Skip to main content

presentationCountByUser

Returns the successful presentation count, grouped by requesting User, optionally matching the specified criteria.

presentationCountByUser(
limit: PositiveInt
offset: PositiveInt
where: PresentationWhere
): [UserCount!]!

Arguments

presentationCountByUser.limit ● PositiveInt scalar

presentationCountByUser.offset ● PositiveInt scalar

presentationCountByUser.where ● PresentationWhere input

Type

UserCount object

Represents a count of occurrences of a user.