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.

at 3e4bee3e9d344f738eb9c179921f75ccd8fb79c5 17 lines 349 B view raw
1{ 2 "name": "@urql/exchange-graphcache", 3 "version": "8.1.0", 4 "exports": { 5 ".": "./src/index.ts", 6 "./extras": "./src/extras/index.ts", 7 "./default-storage": "./src/default-storage/index.ts" 8 }, 9 "exclude": [ 10 "node_modules", 11 "cypress", 12 "**/*.test.*", 13 "**/*.spec.*", 14 "**/*.test.*.snap", 15 "**/*.spec.*.snap" 16 ] 17}