OBJECT
EpisodeSubscriptionPayload
A payload wrapper for mutation operations.
link GraphQL Schema definition
- type EpisodeSubscriptionPayload {
- # The type of mutation operation that triggered this subscription.
- : EpisodeMutationEvent
- # The object that was just mutated.
- : Episode
- : EpisodeEdge
- }