Minor Changes
- Allow for repeated mutations that have similar inputs which results in the same key, this is for instance the case with file uploads, by @JoviDeCroock (See #2189)
Patch Changes
- Bump
@graphql-typed-document-node/core
to 3.1.1 forgraphql@16
support, by @JoviDeCroock (See #2153) - ⚠️ Fix error bubbling, when an error happened in the exchange-pipeline we would treat it as a GraphQL-error, by @JoviDeCroock (See #2210)
- Filter
network-only
requests from thessrExchange
, this is to enablestaleWhileRevalidated
queries to successfully dispatch their queries, by @JoviDeCroock (See #2198)