Releases: labd/node-graphql-fetcher
Releases · labd/node-graphql-fetcher
v2.0.0
20 Feb 05:55
Compare
Sorry, something went wrong.
No results found
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
16 Feb 09:21
Compare
Sorry, something went wrong.
No results found
Minor Changes
bd2d55c : Remove the default timeout signal since the presence of the signal disables nextjs request deduplication
v2.0.0-next.4
21 Jan 20:46
Compare
Sorry, something went wrong.
No results found
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
21 Jan 17:54
Compare
Sorry, something went wrong.
No results found
Major Changes
3dc1d79 : Internal refactor to better support persisted operations / trusted documents
v1.5.0-next.2
20 Jan 20:06
Compare
Sorry, something went wrong.
No results found
Patch Changes
1b03cc8 : Resolve import erorr when using library
v1.5.0-next.1
20 Jan 19:39
Compare
Sorry, something went wrong.
No results found
Patch Changes
83ff174 : update @apollo/utils.createhash to fix issue with require() in nextjs
v1.5.0-next.0
12 Dec 15:47
Compare
Sorry, something went wrong.
No results found
Minor Changes
Added documentId and default headers
v1.4.1
01 Nov 08:47
Compare
Sorry, something went wrong.
No results found
v1.4.0
25 Oct 15:56
Compare
Sorry, something went wrong.
No results found
Minor Changes
d5d1ffa : Allow passing headers in server fetcher, mirroring functionality of client fetcher
v1.3.2
25 Oct 10:41
Compare
Sorry, something went wrong.
No results found
Patch Changes
0686af7 : remove json parse from ast node