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.

chore(workspace): Prevent exchanges/graphcache/default-storage from being committed

+1 -18
+1
exchanges/graphcache/.gitignore
··· 1 1 /extras 2 + /default-storage
-18
exchanges/graphcache/default-storage/package.json
··· 1 - { 2 - "name": "urql-exchange-graphcache-default-storage", 3 - "private": true, 4 - "version": "0.0.0", 5 - "main": "../dist/urql-exchange-graphcache-default-storage", 6 - "module": "../dist/urql-exchange-graphcache-default-storage.mjs", 7 - "types": "../dist/urql-exchange-graphcache-default-storage.d.ts", 8 - "source": "../src/default-storage/index.ts", 9 - "exports": { 10 - ".": { 11 - "types": "../dist/urql-exchange-graphcache-default-storage.d.ts", 12 - "import": "../dist/urql-exchange-graphcache-default-storage.mjs", 13 - "require": "../dist/urql-exchange-graphcache-default-storage.js", 14 - "source": "../src/default-storage/index.ts" 15 - }, 16 - "./package.json": "./package.json" 17 - } 18 - }