INPUT_OBJECT
UpdateTaskMutationInput
The input object that defines the fields for the updateTask mutation.
link GraphQL Schema definition
- input UpdateTaskMutationInput {
- # The task to be performed.
- : Text
- # The ID of a User.
- : Int64Bit
- # The date on which the task is due.
- : Date
- # The ID of a `TaskGroup`.
- : Int64Bit
- # The order this item is shown in a list.
- : Int
- # Setting this value to `true` will set `user_id` to null.
- : Boolean
- # Setting this value to `true` will set `due` to null.
- : Boolean
- # Setting this value to `true` will set `task_group_id` to null.
- : Boolean
- }