Module: GraphQL::Execution

Defined in:
lib/graphql/execution.rb,
lib/graphql/execution/lazy.rb,
lib/graphql/execution/errors.rb,
lib/graphql/execution/lookahead.rb,
lib/graphql/execution/multiplex.rb,
lib/graphql/execution/interpreter.rb,
lib/graphql/execution/directive_checks.rb,
lib/graphql/execution/interpreter/resolve.rb,
lib/graphql/execution/interpreter/runtime.rb,
lib/graphql/execution/lazy/lazy_method_map.rb,
lib/graphql/execution/interpreter/arguments.rb,
lib/graphql/execution/interpreter/argument_value.rb,
lib/graphql/execution/interpreter/arguments_cache.rb,
lib/graphql/execution/interpreter/execution_errors.rb,
lib/graphql/execution/interpreter/handles_raw_value.rb

Defined Under Namespace

Modules: DirectiveChecks Classes: Errors, Interpreter, Lazy, Lookahead, Multiplex, Skip

Constant Summary collapse

SKIP =

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

Just a singleton for implementing Query::Context::SharedMethods#skip

Skip.new