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

267 B

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.