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