Skip to content

v0.4.0

Compare
Choose a tag to compare
@rzane rzane released this 19 Mar 03:38
· 7 commits to master since this release

BREAKING CHANGE
This version switches from GraphQL::Batch to GraphQL::Dataloader. If you were previously using GraphQL::Extras::Preload, you'll need to make the following change to your schema:

- use GraphQL::Batch
+ use GraphQL::Dataloader

Please also see the caveats regarding GraphQL::Dataloader here: https://graphql-ruby.org/dataloader/overview.html#fibers.