OBJECT
MarkerSubscriptionPayload
A payload wrapper for mutation operations.
link GraphQL Schema definition
- type MarkerSubscriptionPayload {
- # The type of mutation operation that triggered this subscription.
- MarkerMutationEvent :
- # The object that was just mutated.
- Marker :
- MarkerEdge :
- }