updateAppointmentRequestInput
Autogenerated input type of updateAppointmentRequest
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEUsed 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!}