Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Version Packages

+10 -13
-7
.changeset/four-pigs-kneel.md
··· 1 - --- 2 - '@urql/exchange-graphcache': patch 3 - --- 4 - 5 - Fix updaters config not working when Mutation/Subscription root names were altered. 6 - For instance, a Mutation named `mutation_root` could cause `store.updates` to be misread and cause a 7 - runtime error.
-5
.changeset/pretty-pans-doubt.md
··· 1 - --- 2 - '@urql/exchange-graphcache': patch 3 - --- 4 - 5 - Fix operation results being obstructed by the `offlineExchange` when the network request has failed due to being offline and no cache result has been issued. Instead the `offlineExchange` will now retry with `cache-only` policy
+9
exchanges/graphcache/CHANGELOG.md
··· 1 1 # @urql/exchange-graphcache 2 2 3 + ## 3.1.1 4 + 5 + ### Patch Changes 6 + 7 + - ⚠️ Fix updaters config not working when Mutation/Subscription root names were altered. 8 + For instance, a Mutation named `mutation_root` could cause `store.updates` to be misread and cause a 9 + runtime error, by [@kitten](https://github.com/kitten) (See [#984](https://github.com/FormidableLabs/urql/pull/984)) 10 + - ⚠️ Fix operation results being obstructed by the `offlineExchange` when the network request has failed due to being offline and no cache result has been issued. Instead the `offlineExchange` will now retry with `cache-only` policy, by [@kitten](https://github.com/kitten) (See [#985](https://github.com/FormidableLabs/urql/pull/985)) 11 + 3 12 ## 3.1.0 4 13 5 14 ### Minor Changes
+1 -1
exchanges/graphcache/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-graphcache", 3 - "version": "3.1.0", 3 + "version": "3.1.1", 4 4 "description": "A normalized and configurable cache exchange for urql", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/graphcache",