deleteAppointment
Delete an Appointment
Arguments
input
· deleteAppointmentInput
· Parameters for deleteAppointment Returns
deleteAppointmentPayload
Example
mutation deleteAppointment($input: deleteAppointmentInput) { deleteAppointment(input: $input) { appointment messages }}