VoteConnection
Connection type for retrieving cursor-based paginated vote information
type VoteConnection {
edges: [VoteEdge!]
pageInfo: PageInfo
}
Fields
VoteConnection.edges
● [VoteEdge!]
list object
The votes in this connection
VoteConnection.pageInfo
● PageInfo
object
The pagination information