Releases: rzane/graphql-extras
Releases · rzane/graphql-extras
v0.4.3
- Fix duplication of fragment definitions in Loader#print (#7)
v0.4.2
- Relax the version constraint to allow
graphql
v2
- Fix usage of
ActiveRecord::Associations::Preloader
for Active Record v7
v0.4.1
Remove implementation details from Decimal description.
v0.4.0
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.
v0.3.2
Update the gemspec's metadata.
v0.3.1
v0.3.0 included a regression where hash keys would not be camelized.
v0.3.0
This release includes some breaking changes.
GraphQL::Extras::Batch
is now GraphQL::Extras::Preload
GraphQL::Extras::RSpec
is now GraphQL::Extras::Test