bulkUpdateTasksInput
Autogenerated input type of bulkUpdateTasks
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEUsed 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}