ENUM

TaskableType

A type of entity that can have a task associated with it.

link GraphQL Schema definition

  • enum TaskableType {
  • # A customer account.
  • Account
  • # An inventory item.
  • InventoryItem
  • # A job, typically in the field.
  • Job
  • # A network site.
  • NetworkSite
  • # types.test_read_only_file_model
  • TestReadOnlyFileModel
  • # A ticket.
  • Ticket
  • }