updateAppointmentRequestInput
Autogenerated input type of updateAppointmentRequest
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEprovider_notes
· String · Notes from provider or admin for the appointment request patient_id
· ID · The ID of the patient is requesting the appointment for. status
· AppointmentRequestStatus · Status to set for the appointment request (open/closed) Used By
Definition
"""Autogenerated input type of updateAppointmentRequest"""input updateAppointmentRequestInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" ID of the appointment request to update """ id: ID!
""" Notes from provider or admin for the appointment request """ provider_notes: String
""" The ID of the patient is requesting the appointment for. """ patient_id: ID
""" Status to set for the appointment request (open/closed) """ status: AppointmentRequestStatus}