Skip to main content

VotesConnection

A connection to a list of Vote values.

type VotesConnection {
nodes: [Vote!]!
edges: [VotesEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}

Fields

VotesConnection.nodes ● [Vote!]! non-null object

A list of Vote objects.

VotesConnection.edges ● [VotesEdge!]! non-null object

A list of edges which contains the Vote and cursor to aid in pagination.

VotesConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

VotesConnection.totalCount ● Int! non-null scalar

The count of *all* Vote you could get from the connection.

Returned By

votesConnection query