Skip to content

bulkUpdateTasksInput

Autogenerated input type of bulkUpdateTasks

Fields

deprecated DO NOT USE

Used By

Definition

"""
Autogenerated input type of bulkUpdateTasks
"""
input bulkUpdateTasksInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
complete: Boolean
seen: Boolean
task_ids: [ID]
update_all_tasks: Boolean
}