proposalVotes
Reads a set of ProposalVote.
proposalVotes(
first: Int
offset: Int
orderBy: [ProposalVotesOrderBy!]
condition: ProposalVoteCondition
filter: ProposalVoteFilter
): [ProposalVote!]
Arguments
proposalVotes.first ● Int scalar
Only read the first n values of the set.
proposalVotes.offset ● Int scalar
Skip the first n values.
proposalVotes.orderBy ● [ProposalVotesOrderBy!] list enum
The method to use when ordering ProposalVote.
proposalVotes.condition ● ProposalVoteCondition input
A condition to be used in determining which values should be returned by the collection.
proposalVotes.filter ● ProposalVoteFilter input
A filter to be used in determining which values should be returned by the collection.
Type
ProposalVote object
A single member's vote on a proposal — for, against, or abstain.