Skip to content

Releases: labd/node-graphql-fetcher

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 20 Feb 05:55

Minor Changes

  • 9de0947: Support GraphQL trusted documents by adding documentId and default headers
  • bd2d55c: Require the default timeout signal to be explicitly set since the presence of
    the signal disables nextjs request deduplication

Patch Changes

  • 83ff174: update @apollo/utils.createhash to fix issue with require() in nextjs
  • 1b03cc8: Resolve import eror when using library by setting jsx to react in tsconfig.json
  • 0fae2a8: Replace mode flag via simpler includeQuery to indicate if the query should be sent even if there is a documentId available

v2.0.0-next.5

v2.0.0-next.5 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Feb 09:21

Minor Changes

  • bd2d55c: Remove the default timeout signal since the presence of the signal disables nextjs request deduplication

v2.0.0-next.4

v2.0.0-next.4 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Jan 20:46

Patch Changes

  • 0fae2a8: Replace mode flag via simpler includeQuery to indicate if the query should be sent even if there is a documentId available

v2.0.0-next.3

v2.0.0-next.3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Jan 17:54

Major Changes

  • 3dc1d79: Internal refactor to better support persisted operations / trusted documents

v1.5.0-next.2

v1.5.0-next.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 Jan 20:06

Patch Changes

  • 1b03cc8: Resolve import erorr when using library

v1.5.0-next.1

v1.5.0-next.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 Jan 19:39

Patch Changes

  • 83ff174: update @apollo/utils.createhash to fix issue with require() in nextjs

v1.5.0-next.0

v1.5.0-next.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 12 Dec 15:47

Minor Changes

  • Added documentId and default headers

v1.4.1

Choose a tag to compare

@github-actions github-actions released this 01 Nov 08:47

Patch Changes

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 25 Oct 15:56

Minor Changes

  • d5d1ffa: Allow passing headers in server fetcher, mirroring functionality of client fetcher

v1.3.2

Choose a tag to compare

@github-actions github-actions released this 25 Oct 10:41

Patch Changes

  • 0686af7: remove json parse from ast node