Skip to content

deleteAppointmentInput

Autogenerated input type of deleteAppointment

Fields

deprecated DO NOT USE

Used By

Definition

"""
Autogenerated input type of deleteAppointment
"""
input deleteAppointmentInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
appointment_inclusion_uuid: ID
deleteRecurring: Boolean
id: ID
cancellation_reason: CancellationReasonOptionInput
}