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, I think. (#752)

authored by

frederikhors and committed by
GitHub
b82b4400 6871e9b9

+1 -1
+1 -1
docs/concepts/exchanges.md
··· 81 81 82 82 ```js 83 83 const noopExchange = ({ client, forward }) => { 84 - return operation$ => { 84 + return operations$ => { 85 85 // <-- The ExchangeIO function 86 86 const operationResult$ = forward(operations$); 87 87 return operationResult$;