Skip to content

deleteAppointmentRequestInput

Autogenerated input type of deleteAppointmentRequest

Fields

deprecated DO NOT USE
id · ID! · required · ID of the appointment request to delete

Used By

Definition

"""
Autogenerated input type of deleteAppointmentRequest
"""
input deleteAppointmentRequestInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
ID of the appointment request to delete
"""
id: ID!
}