ENUM

FileMutationEvent

link GraphQL Schema definition

  • enum FileMutationEvent {
  • # Subscribe to this event to be notified after every createFile mutation.
  • createFile
  • # Subscribe to this event to be notified after every updateFile mutation.
  • updateFile
  • # Subscribe to this event to be notified after every deleteFile mutation.
  • deleteFile
  • }