8 lines
267 B
Markdown
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.
|