Releases: yaacovCR/apollo-stitcher
Releases · yaacovCR/apollo-stitcher
v0.3.1
v0.3.0
Significant breaking changes:
Changed API to:
- change
stitchmethod name tofrom, changefromto transform, so that every "stitch" has both afromandtomethod and as manytransformcalls as desired. - use new TransformQuery transformer, with fragment support, supports wrapping, extracting, and adding fields.
v0.2.0
Breaking changes:
- Deprecate fragment support within extraction path, if necessary, both fragment and alias support should be submitted as a pull request to graphql-tools.
Other changes:
- Export UpdateSelectionSet transform
- Export makeTag/makeUpdater functions to precompile updater functions from the SDL string.
v0.1.4
v0.1.3
initial release
Documentation: https://yaacovcr.github.io/apollo-stitcher
Working example: https://github.com/yaacovCR/nextjs-graphql-starter