ProposalVote
No description
type ProposalVote {
vote: Vote!
proposalId: ID!
}
Fields
ProposalVote.vote
● Vote!
non-null object
Cast vote
ProposalVote.proposalId
● ID!
non-null scalar
Proposal ID the vote is cast on
Returned by
votes
subscription
Member of
ProposalVoteEdge
object