updateTaskInput
Autogenerated input type of updateTask
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USE
·
Used By
Definition
"""Autogenerated input type of updateTask"""input updateTaskInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE") client_id: String complete: Boolean completed_by_id: ID content: String created_by_id: String due_date: String hidden: Boolean id: String position: Int priority: Int reminder: TaskReminderInput seen: Boolean user_id: String}