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) - Remove CodeSandbox CI

-20
-20
.codesandbox/ci.json
··· 1 - { 2 - "packages": [ 3 - "packages/core", 4 - "packages/next-urql", 5 - "packages/react-urql", 6 - "packages/preact-urql", 7 - "packages/svelte-urql", 8 - "packages/vue-urql", 9 - "exchanges/graphcache", 10 - "exchanges/multipart-fetch", 11 - "exchanges/persisted-fetch", 12 - "exchanges/auth", 13 - "exchanges/retry", 14 - "exchanges/suspense", 15 - "exchanges/execute" 16 - ], 17 - "sandboxes": ["urql-issue-template-client-iui0o"], 18 - "buildCommand": "build", 19 - "silent": true 20 - }