ENUM
CompletableType
The type of entity that completes a task.
link GraphQL Schema definition
- enum CompletableType {
- # Custom Field
- # File
- }
link Require by
- AccountA customer account.
- CreateTaskMutationInputThe input object that defines the fields for the createTask mutation.
- CreateTaskTemplateItemMutationInputThe input object that defines the fields for the createTaskTemplateItem mutation.
- CustomFieldA user defined field.
- FileA file.
- InventoryItemAn inventory item.
- JobA job, typically in the field.
- NetworkSiteA network site.
- Querynull
- TaskA task.
- TaskMutationInputThe input object that defines the fields for the createTask mutation.
- TaskTemplateA `task template`.
- TaskTemplateItemA `task template item`.
- TicketA ticket.
- UpdateTaskTemplateItemMutationInputThe input object that defines the fields for the updateTaskTemplateItem mutation.
- UserA user that can login to Sonar.