totalCount
Provides a total count of deposit rules for a given business unit or business unit group.
Either businessUnitGroupId or businessUnitId argument must be supplied.
By default excludes DELETED deposit 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 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.