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