Skip to content

chartingItemsCount

All items to include in the charting list

Arguments

start_date · String · Filter charting items between date range. The `date` argument supersedes this filter. If an end date is present and no start date is, the start date will default to today.
end_date · String · Filter charting items between date range. The `date` argument supersedes this filter. If an start date is present and no end date is, the end date will default to today.

Returns

Int

Example

query chartingItemsCount(
$custom_module_form_id: ID
$date: String
$document_id: ID
$filler_id: String
$form_answer_group_id: String
$include_docs: Boolean
$keywords: String
$name: String
$user_id: String
$start_date: String
$end_date: String
) {
chartingItemsCount(
custom_module_form_id: $custom_module_form_id
date: $date
document_id: $document_id
filler_id: $filler_id
form_answer_group_id: $form_answer_group_id
include_docs: $include_docs
keywords: $keywords
name: $name
user_id: $user_id
start_date: $start_date
end_date: $end_date
)
}