OBJECT

EpisodeSubscriptionPayload

A payload wrapper for mutation operations.

link GraphQL Schema definition

  • type EpisodeSubscriptionPayload {
  • # The type of mutation operation that triggered this subscription.
  • mutation: EpisodeMutationEvent
  • # The object that was just mutated.
  • value: Episode
  • edge: EpisodeEdge
  • }