issuanceCountByUser
Returns the issuance count, grouped by User, optionally matching the specified criteria.
issuanceCountByUser(
limit: PositiveInt
offset: PositiveInt
where: IssuanceWhere
): [UserCount!]!
Arguments
issuanceCountByUser.limit
● PositiveInt
scalar
issuanceCountByUser.offset
● PositiveInt
scalar
issuanceCountByUser.where
● IssuanceWhere
input
Type
UserCount
object
Represents a count of occurrences of a user.