Method: GraphQL::BaseType#introspection?

Defined in:
lib/graphql/base_type.rb

#introspection?Boolean

Returns Is this type a predefined introspection type?.

Returns:

  • (Boolean)

    Is this type a predefined introspection type?



38
39
40
# File 'lib/graphql/base_type.rb', line 38

def introspection?
  @introspection
end