Skip to main content

issuanceCountByUser

Returns the issuance count, grouped by User, optionally matching the specified criteria.

issuanceCountByUser(
limit: PositiveInt
offset: NonNegativeInt
where: IssuanceWhere
): [UserCount!]!

Arguments

issuanceCountByUser.limit ● PositiveInt scalar

issuanceCountByUser.offset ● NonNegativeInt scalar

issuanceCountByUser.where ● IssuanceWhere input

Type

UserCount object

Represents a count of occurrences of a user.