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.

Remove duplicate of populateExchange import (#892)

authored by

aiven715 and committed by
GitHub
1fe8e79a 3bdc6ce7

+1 -1
+1 -1
docs/advanced/auto-populate-mutations.md
··· 28 28 client options. 29 29 30 30 ```ts 31 - import { createClient, dedupExchange, populateExchange, fetchExchange } from '@urql/core'; 31 + import { createClient, dedupExchange, fetchExchange } from '@urql/core'; 32 32 import { populateExchange } from '@urql/exchange-populate'; 33 33 34 34 const client = createClient({