Releases: labd/node-graphql-fetcher
Releases · labd/node-graphql-fetcher
v2.0.0
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
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
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
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
Compare
Sorry, something went wrong.
No results found
Patch Changes
1b03cc8 : Resolve import erorr when using library
v1.5.0-next.1
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
Compare
Sorry, something went wrong.
No results found
Minor Changes
Added documentId and default headers
v1.4.1
Compare
Sorry, something went wrong.
No results found
v1.4.0
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
Compare
Sorry, something went wrong.
No results found
Patch Changes
0686af7 : remove json parse from ast node