OBJECT

MarkerSubscriptionPayload

A payload wrapper for mutation operations.

link GraphQL Schema definition

  • type MarkerSubscriptionPayload {
  • # The type of mutation operation that triggered this subscription.
  • mutation: MarkerMutationEvent
  • # The object that was just mutated.
  • value: Marker
  • edge: MarkerEdge
  • }