Sha256: 361388e3b0b173b4af4d403d85f3d51302189c2f1895436e38118d673709b762
Contents?: true
Size: 215 Bytes
Versions: 8
Compression:
Stored size: 215 Bytes
Contents
GraphQL::Introspection::ArgumentsField = GraphQL::Field.define do type !GraphQL::ListType.new(of_type: !GraphQL::Introspection::InputValueType) resolve ->(obj, args, ctx) { ctx.warden.arguments(obj) } end
Version data entries
8 entries across 8 versions & 1 rubygems