Class: GraphQL::Query::NullContext::NullSchema

Inherits:
Schema
  • Object
show all
Defined in:
lib/graphql/query/null_context.rb

Constant Summary

Constants inherited from Schema

Schema::BUILT_IN_TYPES, Schema::DYNAMIC_FIELDS

Instance Attribute Summary

Attributes inherited from Schema

#analysis_engine, #ast_node, #connections, #context_class, #cursor_encoder, #default_mask, #default_max_page_size, #directives, #disable_introspection_entry_points, #disable_schema_introspection_entry_point, #disable_type_introspection_entry_point, #error_bubbling, #id_from_object_proc, #instrumenters, #introspection_namespace, #lazy_methods, #max_complexity, #max_depth, #middleware, #multiplex_analyzers, #mutation, #mutation_execution_strategy, #object_from_id_proc, #orphan_types, #query, #query_analyzers, #query_execution_strategy, #raise_definition_error, #resolve_type_proc, #static_validator, #subscription, #subscription_execution_strategy, #subscriptions, #tracers, #validate_max_errors, #validate_timeout

Method Summary

Methods inherited from Schema

#accessible?, accessible?, add_subscription_extension_if_necessary, #as_json, as_json, #call_on_type_class, #check_resolved_type, context_class, cursor_encoder, #dataloader_class, default_analysis_engine, default_directives, #default_filter, default_filter, default_mask, default_max_page_size, #deprecated_define, directive, directives, disable_introspection_entry_points, #disable_introspection_entry_points?, disable_introspection_entry_points?, disable_schema_introspection_entry_point, #disable_schema_introspection_entry_point?, disable_schema_introspection_entry_point?, disable_type_introspection_entry_point, #disable_type_introspection_entry_point?, disable_type_introspection_entry_point?, error_handler, #execute, execute, #execution_strategy_for_operation, #find, find, from_definition, from_introspection, #get_field, get_field, #get_fields, get_fields, #get_type, get_type, graphql_definition, #id_from_object, id_from_object, #id_from_object=, inaccessible_fields, inherited, #initialize, #initialize_copy, #inspect, #instrument, instrument, instrumenters, #interpreter?, interpreter?, introspection, #introspection_system, introspection_system, lazy_resolve, middleware, #multiplex, multiplex, multiplex_analyzer, multiplex_analyzers, mutation, mutation_execution_strategy, #new_connections?, new_connections?, #object_from_id, object_from_id, #object_from_id=, orphan_types, #parse_error, parse_error, #parse_error=, plugins, #possible_types, possible_types, query, query_analyzer, query_analyzers, query_execution_strategy, query_stack_error, #references_to, references_to, #remove_handler, #rescue_from, rescue_from, #resolve_type, resolve_type, #resolve_type=, #root_type_for_operation, root_type_for_operation, #root_types, root_types, sanitized_printer, static_validator, subscription, subscription_execution_strategy, #to_definition, to_definition, #to_document, to_document, to_graphql, #to_json, to_json, tracer, tracers, #type_error, type_error, #type_error=, #type_from_ast, type_from_ast, #types, types, unauthorized_field, unauthorized_object, #union_memberships, union_memberships, use, #using_ast_analysis?, using_ast_analysis?, validate, #visible?, visible?

Methods included from Schema::Member::HasAstNode

#ast_node

Methods included from Define::InstanceDefinable::DeprecatedDefine

#define

Methods included from Schema::LazyHandlingMethods

#after_any_lazies, #after_lazy, #lazy?, #lazy_method_name, #sync_lazy

Methods included from Define::InstanceDefinable

#define, #deprecated_define, #initialize_copy, #metadata, #redefine

Constructor Details

This class inherits a constructor from GraphQL::Schema