INPUT_OBJECT
UpdateTaskTemplateItemMutationInput
The input object that defines the fields for the updateTaskTemplateItem mutation.
link GraphQL Schema definition
- input UpdateTaskTemplateItemMutationInput {
- # The ID of a `TaskTemplate`.
- : Int64Bit
- # The task to be performed.
- : String
- # How this task gets marked as completed.
- : TaskCompletionType
- # The type of entity that completes this task. Only required when completion_type
- # is not `BOOLEAN`.
- : CompletableType
- # The ID of the entity that completes or completed this task. Only required if
- # completable_type is `CustomField`.
- : Int64Bit
- # The order this item is shown in a list.
- : Int
- # The ID of a `TaskGroup`.
- : Int64Bit
- # Setting this value to `true` will set `task_group_id` to null.
- : Boolean
- }