docs: clarify updateQuery prop on SubscribeToMore (#703)
The description was difficult to understand, simplified in an attempt to improve clarity.
This commit is contained in:
committed by
Guillaume Chau
parent
9df3646e4f
commit
4b45acaec2
@@ -52,4 +52,4 @@ export default {
|
||||
|
||||
- `document`: GraphQL document that contains the subscription or a function that receives the `gql` tag as argument and should return the transformed document.
|
||||
- `variables`: Object which will automatically update the subscription variables.
|
||||
- `updateQuery`: Function in which on can update the query result if needed.
|
||||
- `updateQuery`: Function to update the query result if needed.
|
||||
|
||||
Reference in New Issue
Block a user