Skip to content

billingItemsCount

Number of billing items

Arguments

state · String · (DEPRECATED) Use 'status' field instead with type - [String]
created_at_start · String · YYYY-MM-DD format
created_at_end · String · YYYY-MM-DD format

Returns

Int

Example

query billingItemsCount(
$client_id: ID
$keywords: String
$state: String
$status: [String]
$provider_id: ID
$created_at_start: String
$created_at_end: String
) {
billingItemsCount(
client_id: $client_id
keywords: $keywords
state: $state
status: $status
provider_id: $provider_id
created_at_start: $created_at_start
created_at_end: $created_at_end
)
}