Skip to content

superBillsCount

Number of super bills

Arguments

status · String · status to filter superbills, default all

Returns

Int

Example

query superBillsCount(
$client_id: ID
$keywords: String
$provider_id: ID
$status: String
) {
superBillsCount(
client_id: $client_id
keywords: $keywords
provider_id: $provider_id
status: $status
)
}