Skip to content

insurancePlans

Get all potential insurance plans

Arguments

after · Cursor · Cursor to fetch results after
ids · String · Array of plan ids
is_accepted · Boolean · The accepted status of the insurance plan
is_custom · Boolean · Get custom insurance plans
keywords · String · Search keywords

Returns

[InsurancePlan!]

Example

query insurancePlans(
$after: Cursor
$ids: String
$is_accepted: Boolean
$is_custom: Boolean
$keywords: String
$offset: Int
$should_paginate: Boolean
$sort_by: String
$order_by: InsurancePlanOrderKeys
) {
insurancePlans(
after: $after
ids: $ids
is_accepted: $is_accepted
is_custom: $is_custom
keywords: $keywords
offset: $offset
should_paginate: $should_paginate
sort_by: $sort_by
order_by: $order_by
) {
change_healthcare_eligibility_payer_id
change_healthcare_payer_id
cursor
default_payer_location
id
is_accepted
is_in_fee_schedules
name_and_id
payer_id
payer_name
}
}