Skip to content

Releases: yaacovCR/apollo-stitcher

v0.3.1

11 Jul 03:15

Choose a tag to compare

Switch to graphql-tools-fork.
Upgrade other dependencies.

v0.3.0

21 May 15:55

Choose a tag to compare

Significant breaking changes:

Changed API to:

  • change stitch method name to from, change from to transform, so that every "stitch" has both a from and to method and as many transform calls as desired.
  • use new TransformQuery transformer, with fragment support, supports wrapping, extracting, and adding fields.

v0.2.0

01 May 17:16

Choose a tag to compare

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

18 Apr 01:30

Choose a tag to compare

  • refactor Array.prototype.flat as Array.prototype.reduce as flat is not natively supported in Node.js

v0.1.3

16 Apr 17:41

Choose a tag to compare

  • change graphql to peer dependency to avoid multiple installs.

initial release

04 Apr 17:16

Choose a tag to compare