CoreSnapshotConnection
Connection type for retrieving cursor-based paginated core snapshot data
type CoreSnapshotConnection {
edges: [CoreSnapshotEdge!]
pageInfo: PageInfo
}
Fields
CoreSnapshotConnection.edges
● [CoreSnapshotEdge!]
list object
The positions in this connection
CoreSnapshotConnection.pageInfo
● PageInfo
object
The pagination information
Returned by
coreSnapshots
query