presentationCountByUser
Returns the successful presentation count, grouped by requesting User, optionally matching the specified criteria.
presentationCountByUser(
limit: PositiveInt
offset: NonNegativeInt
where: PresentationWhere
): [UserCount!]!
Arguments
presentationCountByUser.limit ● PositiveInt scalar
presentationCountByUser.offset ● NonNegativeInt scalar
presentationCountByUser.where ● PresentationWhere input
Type
UserCount object
Represents a count of occurrences of a user.