ENUM

NotifiableType

The type of entity that is related to this Notification.

link GraphQL Schema definition

  • enum NotifiableType {
  • # A `Task`.
  • Task
  • # A `Ticket`.
  • Ticket
  • # A `Job`.
  • Job
  • # An `InventoryItem`.
  • InventoryItem
  • # A `PurchaseOrder`.
  • PurchaseOrder
  • # A `Print to mail batch`.
  • PrintToMailBatch
  • # An `InboundMailbox`.
  • InboundMailbox
  • }