votesCounts
Reads a set of VotesCount.
votesCounts(
first: Int
offset: Int
orderBy: [VotesCountsOrderBy!]
condition: VotesCountCondition
filter: VotesCountFilter
): [VotesCount!]
Arguments
votesCounts.first ● Int scalar
Only read the first n values of the set.
votesCounts.offset ● Int scalar
Skip the first n values.
votesCounts.orderBy ● [VotesCountsOrderBy!] list enum
The method to use when ordering VotesCount.
votesCounts.condition ● VotesCountCondition input
A condition to be used in determining which values should be returned by the collection.
votesCounts.filter ● VotesCountFilter input
A filter to be used in determining which values should be returned by the collection.
Type
VotesCount object
A cached tally of votes on one content object in one space (sum of upvotes/downvotes/etc).