insurancePlans
Get all potential insurance plans
Arguments
is_accepted
· Boolean · The accepted status of the insurance plan Returns
InsurancePlanPaginationConnection Example
query insurancePlans( $ids: [ID] $is_accepted: Boolean $is_custom: Boolean $keywords: String $sort_by: String $order_by: InsurancePlanOrderKeys $after: String $before: String $first: Int $last: Int) { insurancePlans( ids: $ids is_accepted: $is_accepted is_custom: $is_custom keywords: $keywords sort_by: $sort_by order_by: $order_by after: $after before: $before first: $first last: $last ) { edges nodes page_info total_count }}