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.

(docs) - update execute-exchange api docs

authored by

Jovi De Croock and committed by
GitHub
4df11e0e c38c721e

+2 -2
+2 -2
docs/api/execute-exchange.md
··· 14 14 First install `@urql/exchange-execute` alongside `urql`: 15 15 16 16 ```sh 17 - yarn add @urql/exchange-retry 17 + yarn add @urql/exchange-execute 18 18 # or 19 - npm install --save @urql/exchange-retry 19 + npm install --save @urql/exchange-execute 20 20 ``` 21 21 22 22 You'll then need to add the `executeExchange`, exposed by this package, to your `Client`.