createTaskInput
Autogenerated input type of createTask
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEassignee_ids
· [ID!]
· IDs of the users assigned to this task created_by_id
· ID
· The ID of the user (provider or staff member) who is listed as creating the task deprecated
use assignee_ids insteadUsed By
Definition
"""Autogenerated input type of createTask"""input createTaskInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" IDs of the users assigned to this task """ assignee_ids: [ID!]
""" 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 @deprecated(reason: "use assignee_ids instead")}