Skip to content

createProviderAcceptedInsurancePlansInput

Autogenerated input type of createProviderAcceptedInsurancePlans

Fields

deprecated DO NOT USE
provider_id · ID! · required · The ID of the provider that the provider accepted insurance plan is associated with.
accepted_insurance_plan_ids · [ID!] · A list of accepted insurance plan IDs to associate with the provider.

Used By

Definition

"""
Autogenerated input type of createProviderAcceptedInsurancePlans
"""
input createProviderAcceptedInsurancePlansInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The ID of the provider that the provider accepted insurance plan is associated with.
"""
provider_id: ID!
"""
A list of accepted insurance plan IDs to associate with the provider.
"""
accepted_insurance_plan_ids: [ID!]
}