Skip to content

updateAppointmentTypePayload

Autogenerated return type of updateAppointmentType.

Fields

deprecated DO NOT USE
messages · [FieldError] · The list of errors occurred during the mutation
sms_template_warning · SmsTemplateWarning · Warning about SMS template length and multi-message costs. Returns null for short templates (≤480 characters after variable expansion) or when the split_long_sms_messages feature flag is disabled. Returns a warning object with message, estimated_message_count, and estimated_length when the template will be sent as multiple SMS messages.

Used By

Definition

"""
Autogenerated return type of updateAppointmentType.
"""
type updateAppointmentTypePayload {
appointmentType: AppointmentType
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
"""
Warning about SMS template length and multi-message costs. Returns null for short templates (≤480 characters after variable expansion) or when the split_long_sms_messages feature flag is disabled. Returns a warning object with message, estimated_message_count, and estimated_length when the template will be sent as multiple SMS messages.
"""
sms_template_warning: SmsTemplateWarning
}