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