Skip to content

EditAvailabilityWithAppointmentTypesPayload

Autogenerated return type of EditAvailabilityWithAppointmentTypes.

Fields

availability · Availability · The updated one-time availability and the appointment types it now supports.
messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of EditAvailabilityWithAppointmentTypes.
"""
type EditAvailabilityWithAppointmentTypesPayload {
"""
The updated one-time availability and the appointment types it now supports.
"""
availability: Availability
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}