ENUM
TaskableType
A type of entity that can have a task associated with it.
link GraphQL Schema definition
- enum TaskableType {
- # A customer account.
- # An inventory item.
- # A job, typically in the field.
- # A network site.
- # types.test_read_only_file_model
- # A ticket.
- }
link Require by
- AccountA customer account.
- CreateTaskMutationInputThe input object that defines the fields for the createTask mutation.
- CustomFieldA user defined field.
- FileA file.
- InventoryItemAn inventory item.
- JobA job, typically in the field.
- NetworkSiteA network site.
- Querynull
- TaskA task.
- TicketA ticket.
- UserA user that can login to Sonar.