ApolloSubscribeToMore ​
Props ​
| Name | Type | Default | Description |
|---|---|---|---|
document (required) | TypedDocumentNode<TData, TVariables> | Â | The subscription document. |
variables | TVariables | undefined | Â | Variables for the subscription. |
updateQuery | SubscribeToMoreUpdateQueryFn<any, any, TData> | undefined | Â | Merges incoming subscription data into the parent query's result. |
context | DefaultContext | undefined | Â | Context passed to the link chain for this subscription. |
Events ​
| Name | Payload |
|---|---|
error | [error: ErrorLike] |