Skip to content

providerAcceptedInsurancePlan

Fetch a single accepted insurance plan for a provider

Arguments

id · ID! · required · The ID of the provider accepted insurance plan

Returns

ProviderAcceptedInsurancePlanType

Example

query providerAcceptedInsurancePlan($id: ID!) {
providerAcceptedInsurancePlan(id: $id) {
accepted_insurance_plan
id
organization
provider
}
}