Skip to content

deleteAppointmentPayload

Autogenerated return type of deleteAppointment.

Fields

messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of deleteAppointment.
"""
type deleteAppointmentPayload {
appointment: Appointment
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}