Skip to content

Releases: Shopify/graphql-batch

v0.3.7

09 Nov 15:46
Compare
Choose a tag to compare
  • Allow custom executors #68
class CustomExecutor < GraphQL::Batch::Executor
  # ...
end


schema = GraphQL::Schema.define do
  # ...
  use GraphQL::Batch, executor_class: CustomExecutor
end

v0.3.2

27 Apr 21:05
Compare
Choose a tag to compare
  • #51 - Make GraphQL::Batch a plugin by adding use
  • #48 - Add NoExecutorError