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