UserVotesConnection
A connection to a list of UserVote values.
type UserVotesConnection {
nodes: [UserVote!]!
edges: [UserVotesEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}
Fields
UserVotesConnection.nodes ● [UserVote!]! non-null object
A list of UserVote objects.
UserVotesConnection.edges ● [UserVotesEdge!]! non-null object
A list of edges which contains the UserVote and cursor to aid in pagination.
UserVotesConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
UserVotesConnection.totalCount ● Int! non-null scalar
The count of *all* UserVote you could get from the connection.
Returned By
userVotesConnection query