OBJECT
FileSubscriptionPayload
A payload wrapper for mutation operations.
link GraphQL Schema definition
- type FileSubscriptionPayload {
- # The type of mutation operation that triggered this subscription.
- : FileMutationEvent
- # The object that was just mutated.
- : File
- : FileEdge
- }