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