Skip to content

EditAvailabilityWithAppointmentTypesPayload

Autogenerated return type of EditAvailabilityWithAppointmentTypes.

Fields

availability · Availability · The updated availability and the appointment types it now supports. When a recurring series is split, this is the successor series covering occurrences from the next one forward.
messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of EditAvailabilityWithAppointmentTypes.
"""
type EditAvailabilityWithAppointmentTypesPayload {
"""
The updated availability and the appointment types it now supports. When a recurring series is split, this is the successor series covering occurrences from the next one forward.
"""
availability: Availability
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}