Skip to content

deleteAppointmentInput

Autogenerated input type of deleteAppointment

Fields

Used By

Definition

"""
Autogenerated input type of deleteAppointment
"""
input deleteAppointmentInput {
appointment_inclusion_uuid: ID
deleteRecurring: Boolean
id: ID
cancellation_reason: CancellationReasonOptionInput
}