OBJECT

FileSubscriptionPayload

A payload wrapper for mutation operations.

link GraphQL Schema definition

  • type FileSubscriptionPayload {
  • # The type of mutation operation that triggered this subscription.
  • mutation: FileMutationEvent
  • # The object that was just mutated.
  • value: File
  • edge: FileEdge
  • }