Skip to main content

totalCount

Provides a total count of Item Categories for the tenant.

By default excludes DELETED Item Categories. Might be changed if includeDeleted flag set to true.

totalCount(
includeDeleted: Boolean
): Long!

Arguments

totalCount.includeDeleted ● Boolean scalar

When set to true, DELETED Item Categories 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.