OBJECT

UserSubscriptionPayload

A payload wrapper for mutation operations.

link GraphQL Schema definition

  • type UserSubscriptionPayload {
  • # The type of mutation operation that triggered this subscription.
  • mutation: UserMutationEvent
  • # The object that was just mutated.
  • value: User
  • edge: UserEdge
  • }