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