VoteEdge
Edge type containing the vote and cursor information returned by a VoteConnection
type VoteEdge {
node: Vote!
cursor: String
}
Fields
VoteEdge.node ● Vote! non-null object
The vote
VoteEdge.cursor ● String scalar
The cursor for this vote
Member of
VoteConnection object