OBJECT
RoleSubscriptionPayload
A payload wrapper for mutation operations.
link GraphQL Schema definition
- type RoleSubscriptionPayload {
- # The type of mutation operation that triggered this subscription.
- RoleMutationEvent :
- # The object that was just mutated.
- Role :
- RoleEdge :
- }