Module: GraphQL::Batch
- Defined in:
- lib/graphql/batch.rb,
lib/graphql/batch/loader.rb,
lib/graphql/batch/promise.rb,
lib/graphql/batch/version.rb,
lib/graphql/batch/executor.rb,
lib/graphql/batch/execution_strategy.rb,
lib/graphql/batch/mutation_execution_strategy.rb
Defined Under Namespace
Classes: ExecutionStrategy, Executor, Loader, MutationExecutionStrategy, Promise
Constant Summary collapse
- BrokenPromiseError =
Class.new(StandardError)
- VERSION =
"0.2.3"