Skip to content

createAcceptedInsurancePlanPayload

Autogenerated return type of createAcceptedInsurancePlan.

Fields

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

Used By

Definition

"""
Autogenerated return type of createAcceptedInsurancePlan.
"""
type createAcceptedInsurancePlanPayload {
accepted_insurance_plans: [AcceptedInsurancePlan]
appointment_setting: AppointmentSetting
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}