EditAvailabilityWithAppointmentTypesPayload
Autogenerated return type of EditAvailabilityWithAppointmentTypes.
Fields
availability
· Availability · The updated one-time availability and the appointment types it now supports. 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 one-time availability and the appointment types it now supports. """ availability: Availability
""" DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" The list of errors occurred during the mutation """ messages: [FieldError]}