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