ProposalVotesEdge
A ProposalVote edge in the connection.
type ProposalVotesEdge {
cursor: Cursor
node: ProposalVote!
}
Fields
ProposalVotesEdge.cursor ● Cursor scalar
A cursor for use in pagination.
ProposalVotesEdge.node ● ProposalVote! non-null object
The ProposalVote at the end of the edge.
Member Of
ProposalVotesConnection object