INPUT_OBJECT
CreateTaskTemplateItemMutationInput
The input object that defines the fields for the createTaskTemplateItem mutation.
link GraphQL Schema definition
- input CreateTaskTemplateItemMutationInput {
- #   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
- }