Files
apollo/docs/api/apollo-subscribe-to-more.md
T
Guillaume Chau 56f317af07 docs: big update
2018-06-18 18:11:46 +02:00

8 lines
267 B
Markdown

# ApolloSubscribeToMore component
## Props
- `document`: GraphQL document that contains the subscription.
- `variables`: Object which will automatically update the subscription variables.
- `updateQuery`: Function in which on can update the query result if needed.