Skip to content

insurancePlansCount

Get all potential insurance plans

Arguments

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

Int

Example

query insurancePlansCount(
$ids: String
$is_accepted: Boolean
$is_custom: Boolean
$keywords: String
) {
insurancePlansCount(
ids: $ids
is_accepted: $is_accepted
is_custom: $is_custom
keywords: $keywords
)
}