votes
Reads a set of Vote.
votes(
first: Int
offset: Int
orderBy: [VotesOrderBy!]
condition: VoteCondition
filter: VoteFilter
): [Vote!]
Arguments
votes.first ● Int scalar
Only read the first n values of the set.
votes.offset ● Int scalar
Skip the first n values.
votes.orderBy ● [VotesOrderBy!] list enum
The method to use when ordering Vote.
votes.condition ● VoteCondition input
A condition to be used in determining which values should be returned by the collection.
votes.filter ● VoteFilter input
A filter to be used in determining which values should be returned by the collection.
Type
Vote object
A non-proposal vote on a content object (entity, relation, etc.). Used for community curation scoring outside the formal governance flow.