Skip to content

createAppointmentPayload

Autogenerated return type of createAppointment.

Fields

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

Used By

Definition

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