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.

Docfix: import populate from correct library. (#890)

Import line for populate should point to `@urql/exchange-populate`

authored by

Philip (flip) Kromer and committed by
GitHub
0d23b205 1cdfbefb

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