Method: GraphQL::Schema::Member::BaseDSLMethods#introspection?

Defined in:
lib/graphql/schema/member/base_dsl_methods.rb

#introspection?Boolean

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:



96
97
98
# File 'lib/graphql/schema/member/base_dsl_methods.rb', line 96

def introspection?
  !!@introspection
end