Skip to content

updateAppointmentRequestInput

Autogenerated input type of updateAppointmentRequest

Fields

deprecated DO NOT USE
id · ID! · required · ID of the appointment request to update
provider_notes · String · Notes from provider or admin for the appointment request
patient_id · ID · The ID of the patient is requesting the appointment for.

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
}