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