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:
Joel Bowen
2019-07-16 11:11:07 -04:00
committed by Guillaume Chau
parent 9df3646e4f
commit 4b45acaec2
+1 -1
View File
@@ -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.