Skip to content

createTaskInput

Autogenerated input type of createTask

Fields

deprecated DO NOT USE

Used By

Definition

"""
Autogenerated input type of createTask
"""
input createTaskInput {
"""
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
note_id: ID
priority: Int
reminder: TaskReminderInput
seen: Boolean
user_id: String
}