Skip to content

Commit

Permalink
docs: remove graphcache storage mention
Browse files Browse the repository at this point in the history
  • Loading branch information
gbicou committed Feb 13, 2023
1 parent 5932b01 commit 636bad2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/content/1.guide/2.options.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ Use the `defineUrqlClient` helper as the default export to return ClientOptions
```ts [urql.config.ts]
import { dedupExchange, fetchExchange } from "@urql/core";
import { cacheExchange } from "@urql/exchange-graphcache";
import { makeDefaultStorage } from "@urql/exchange-graphcache/default-storage";
import { defineUrqlClient } from "#urql/client";

// use urql graphcache
Expand Down

0 comments on commit 636bad2

Please sign in to comment.