totalCount
Get total count of complete items for a given business unit or business unit group.
Either businessUnitGroupId or businessUnitId argument must be supplied.
By default excludes DELETED complete items. Might be changed if includeDeleted flag set to true.
totalCount(
businessUnitGroupId: String
businessUnitId: String
includeDeleted: Boolean
): Long!
Arguments
totalCount.businessUnitGroupId ● String scalar
The ID of the business unit group.
totalCount.businessUnitId ● String scalar
The ID of the business unit.
totalCount.includeDeleted ● Boolean scalar
When set to true, DELETED complete items will be also counted.
Type
Long scalar
The Long scalar type represents non-fractional signed whole 64-bit numeric values. Long can represent values between -(2^63) and 2^63 - 1.