Sha256: 764a1d47ffdd5d4eb7a2a3efa1b7c9b28ef8454293513f3dc1632699a2dc7536
Contents?: true
Size: 253 Bytes
Versions: 11
Compression:
Stored size: 253 Bytes
Contents
GraphQL::Introspection::ArgumentsField = GraphQL::Field.define do description "Arguments allowed to this object" type GraphQL::ListType.new(of_type: GraphQL::Introspection::InputValueType) resolve -> (target, a, c) { target.arguments.values } end
Version data entries
11 entries across 11 versions & 1 rubygems