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! · required · Notes from provider or admin for the appointment request

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!
}