v0.4.0
What's Changed
- Feature: Support Absinthe v1.7.2+ and Dataloader v2+ by @chloe-meister and @gosimitz in #87
- BREAKING:
link/1
macro removed in favor of "extend schema" method (drop-in replacement). - BREAKING: Now requires Absinthe v1.7 or above
- BREAKING: Now requires Elixir v1.12 or above
- Bugfix: BadMapError in Dataloader source by @rewritten in #70
- Docs: Implement reference resolver with an anonymous function by @tristantreb in #78
- Docs: Update the URL for contributing to an open source project by @gosimitz in #82
- Test: Add federation subgraph compatibility checks to CI by @kzlsakal in #75
New Contributors
- @tristantreb made their first contribution in #78
- @gosimitz made their first contribution in #82
- @chloe-meister made their first contribution in #84
Full Changelog: v0.3.2...v0.4.0