OBJECT
UserSubscriptionPayload
A payload wrapper for mutation operations.
link GraphQL Schema definition
- type UserSubscriptionPayload {
- # The type of mutation operation that triggered this subscription.
- UserMutationEvent :
- # The object that was just mutated.
- User :
- UserEdge :
- }