Skip to content

createTaskInput

Autogenerated input type of createTask

Fields

deprecated DO NOT USE
client_id · ID · The identifier of the client (patient) associated with this task
created_by_id · ID · The ID of the user (provider or staff member) who is listed as creating the task
user_id · ID · The ID of the first user (provider or staff member) assigned to this task

Used By

Definition

"""
Autogenerated input type of createTask
"""
input createTaskInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The identifier of the client (patient) associated with this task
"""
client_id: ID
complete: Boolean
completed_by_id: ID
content: String
"""
The ID of the user (provider or staff member) who is listed as creating the task
"""
created_by_id: ID
due_date: ISO8601DateTime
note_id: ID
priority: Int
reminder: TaskReminderInput
seen: Boolean
"""
The ID of the first user (provider or staff member) assigned to this task
"""
user_id: ID
}