Method: GraphQL::Field#introspection?

Defined in:
lib/graphql/field.rb

#introspection?Boolean

Returns Is this field a predefined introspection field?.

Returns:

  • (Boolean)

    Is this field a predefined introspection field?



232
233
234
# File 'lib/graphql/field.rb', line 232

def introspection?
  @introspection
end