Skip to content

createProviderAcceptedInsurancePlansPayload

Autogenerated return type of createProviderAcceptedInsurancePlans.

Fields

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

Used By

Definition

"""
Autogenerated return type of createProviderAcceptedInsurancePlans.
"""
type createProviderAcceptedInsurancePlansPayload {
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
provider_accepted_insurance_plans: [ProviderAcceptedInsurancePlanType!]
}