Skip to content

updateAppointmentPayload

Autogenerated return type of updateAppointment.

Fields

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

Used By

Definition

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