Skip to content

updateUserAppointmentPricingPayload

Autogenerated return type of updateUserAppointmentPricing.

Fields

messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of updateUserAppointmentPricing.
"""
type updateUserAppointmentPricingPayload {
advance_appointment_prices: [AdvanceAppointmentPrice]
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}