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.

Add @urql/exchange-populate as dependency to @urql/exchange-grap… (#590)

* Add @urql/exchange-populate as dependency to @urql/exchange-graphcache

* Add changeset

authored by

Phil Plückthun and committed by
GitHub
cb9e8cef e17648f3

+7 -1
+5
.changeset/olive-donuts-talk.md
··· 1 + --- 2 + '@urql/exchange-graphcache': patch 3 + --- 4 + 5 + Externalise @urql/exchange-populate from bundle
+2 -1
exchanges/graphcache/package.json
··· 58 58 }, 59 59 "dependencies": { 60 60 "wonka": "^3.2.1 || ^4.0.0", 61 - "@urql/core": ">=1.9.2" 61 + "@urql/core": ">=1.9.2", 62 + "@urql/exchange-populate": ">=0.1.1" 62 63 }, 63 64 "peerDependencies": { 64 65 "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"