Skip to content

updateTaskInput

Autogenerated input type of updateTask

Fields

deprecated DO NOT USE
assignee_ids · [ID!] · IDs of the users assigned to this task
deprecated use assignee_ids instead

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")
}