NodesConnection
Connection type for retrieving cursor-based paginated node information
type NodesConnection {
  edges: [NodeEdge]
  pageInfo: PageInfo!
}
Fields
NodesConnection.edges ● [NodeEdge] list object
List of nodes available for the connection
NodesConnection.pageInfo ● PageInfo! non-null object
Page information for the connection
Returned by
nodesConnection  query
Member of
Epoch  object