1.0.0-RC5
release-drafter
released this
27 Aug 17:18
·
868 commits
to master
since this release
Major Changes
- feature: batch support for resolving federation requests (#306) @dkuc84
- NOTE: If you were using
graphql-federation
in the previous RC releases this is a non-backwards compatible change asFederatedTypeResolver
resolve signature is changed to process list of representations at once. This allows resolver to either instantiate entities one by one or use some batch logic.
- NOTE: If you were using
Patch Changes
- fix: *generateGraphQLType hooks are now called on interfaces (#303) @smyrick
- fix: federated _service query SDL should not contain directives (#302) @dkuc84
- Changes to sdl field of _service object to make it compliant with the… (#304) @tobias-f