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