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.

Update urql.md with small typo fix (#3522)

authored by

Greg Westneat and committed by
GitHub
d2c74417 5397567d

+1 -1
+1 -1
docs/api/urql.md
··· 69 69 incoming from a subscription event, and may be used to "reduce" the data over time, altering the 70 70 value of `result.data`. 71 71 72 - This hook returns a tuple of the shape `[result, executeQuery]`. 72 + This hook returns a tuple of the shape `[result, executeSubscription]`. 73 73 74 74 - The `result` is an object with the shape of an [`OperationResult`](./core.md#operationresult). 75 75 - The `executeSubscription` function optionally accepts