Skip to content

deleteAppointmentRequestInput

Autogenerated input type of deleteAppointmentRequest

Fields

id · ID! · required · ID of the appointment request to delete

Used By

Definition

"""
Autogenerated input type of deleteAppointmentRequest
"""
input deleteAppointmentRequestInput {
"""
ID of the appointment request to delete
"""
id: ID!
}