OBJECT

RoleSubscriptionPayload

A payload wrapper for mutation operations.

link GraphQL Schema definition

  • type RoleSubscriptionPayload {
  • # The type of mutation operation that triggered this subscription.
  • mutation: RoleMutationEvent
  • # The object that was just mutated.
  • value: Role
  • edge: RoleEdge
  • }