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.

Misprint (#753)

authored by

frederikhors and committed by
GitHub
3a3e57dd b82b4400

+1 -1
+1 -1
docs/concepts/exchanges.md
··· 101 101 import { Client, dedupExchange, fetchExchange } from 'urql'; 102 102 103 103 const noopExchange = ({ client, forward }) => { 104 - return operation$ => { 104 + return operations$ => { 105 105 // <-- The ExchangeIO function 106 106 // We receive a stream of Operations from `dedupExchange` which 107 107 // we can modify before...