Skip to content

updateAppointmentInclusionPayload

Autogenerated return type of updateAppointmentInclusion.

Fields

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

Used By

Definition

"""
Autogenerated return type of updateAppointmentInclusion.
"""
type updateAppointmentInclusionPayload {
appointment_inclusion: AppointmentInclusionType
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}