Skip to content

updateAppointmentSettingPayload

Autogenerated return type of updateAppointmentSetting.

Fields

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

Used By

Definition

"""
Autogenerated return type of updateAppointmentSetting.
"""
type updateAppointmentSettingPayload {
appointmentSetting: AppointmentSetting
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}