Skip to content

ApolloSubscribeToMore ​

Props ​

NameTypeDefaultDescription
document (required)TypedDocumentNode<TData, TVariables> The subscription document.
variablesTVariables | undefined Variables for the subscription.
updateQuerySubscribeToMoreUpdateQueryFn<any, any, TData> | undefined Merges incoming subscription data into the parent query's result.
contextDefaultContext | undefined Context passed to the link chain for this subscription.

Events ​

NamePayload
error[error: ErrorLike]

Released under the MIT License.