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

+7 -6
-5
.changeset/little-years-cough.md
··· 1 - --- 2 - '@urql/exchange-persisted-fetch': patch 3 - --- 4 - 5 - Fix `persistedFetchExchange` not sending the SHA256 hash extension after a cache miss (`PersistedQueryNotFound` error)
+6
exchanges/persisted-fetch/CHANGELOG.md
··· 1 1 # @urql/exchange-persisted-fetch 2 2 3 + ## 0.1.1 4 + 5 + ### Patch Changes 6 + 7 + - ⚠️ Fix `persistedFetchExchange` not sending the SHA256 hash extension after a cache miss (`PersistedQueryNotFound` error), by [@kitten](https://github.com/kitten) (See [#766](https://github.com/FormidableLabs/urql/pull/766)) 8 + 3 9 ## 0.1.0 4 10 5 11 This is the initial release of `@urql/exchange-persisted-fetch` which adds Persisted Queries
+1 -1
exchanges/persisted-fetch/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-persisted-fetch", 3 - "version": "0.1.0", 3 + "version": "0.1.1", 4 4 "description": "An exchange that allows for persisted queries support when fetching queries", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/",