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. clientMutationId
· String · DO NOT USE deprecated
DO NOT USEmessages
· [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
""" DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" The list of errors occurred during the mutation """ messages: [FieldError]}