class PageInfo(val nodeQueryOptions: NodeQueryOptions, val allNodes: List<Node>, val nodes: List<Node>, val objectMapper: ObjectMapper)
Page info used in GraphQL connection to provide general pagination information
Parameters
nodeQueryOptions
options used for querying the connection
allNodes
the list of all nodes returned from the query, before first or last was applied to limit results
nodes
the list of nodes which is returned
objectMapper
used for cursor generation