Skip to main content

totalCount

Provides a total count of deposit and fee rules for a given business unit or business unit group.

Either businessUnitGroupId or businessUnitId argument must be supplied.

By default excludes DELETED deposit and fee rules. 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 deposit and fee rules 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.