class GraphQL::Introspection::FieldType
Public Instance Methods
args()
click to toggle source
# File lib/graphql/introspection/field_type.rb, line 18 def args @context.warden.arguments(@object) end
is_deprecated()
click to toggle source
# File lib/graphql/introspection/field_type.rb, line 14 def is_deprecated !!@object.deprecation_reason end