ProposalVotesConnection
A connection to a list of ProposalVote values.
type ProposalVotesConnection {
nodes: [ProposalVote!]!
edges: [ProposalVotesEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}
Fields
ProposalVotesConnection.nodes ● [ProposalVote!]! non-null object
A list of ProposalVote objects.
ProposalVotesConnection.edges ● [ProposalVotesEdge!]! non-null object
A list of edges which contains the ProposalVote and cursor to aid in pagination.
ProposalVotesConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
ProposalVotesConnection.totalCount ● Int! non-null scalar
The count of *all* ProposalVote you could get from the connection.
Returned By
proposalVotesConnection query