class GraphQL::Introspection::FieldType

Public Instance Methods

args() click to toggle source
# File lib/graphql/introspection/field_type.rb, line 19
def args
  @context.warden.arguments(@object)
end
is_deprecated() click to toggle source
# File lib/graphql/introspection/field_type.rb, line 15
def is_deprecated
  !!@object.deprecation_reason
end