UserCount
Represents a count of occurrences of a user.
type UserCount {
count: NonNegativeInt!
user: User!
}
Fields
UserCount.count ● NonNegativeInt! non-null scalar
The number of occurrences of this user.
UserCount.user ● User! non-null object
The user (Person or Application).
Returned By
issuanceCountByUser query ● presentationCountByUser query