updateTaskInput
Autogenerated input type of updateTask
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEassignee_ids
· [ID!]
· IDs of the users assigned to this task
·
Used By
Definition
"""Autogenerated input type of updateTask"""input updateTaskInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" IDs of the users assigned to this task """ assignee_ids: [ID!] 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 @deprecated(reason: "use assignee_ids instead")}