Pagination
Pagination constructs to support cursor based pagination in the API
input Pagination {
first: Int
after: String
last: Int
before: String
}
Fields
Pagination.first ● Int scalar
The number of items to fetch in the next page traversing forward through the connection
Pagination.after ● String scalar
The cursor to start fetching items after. If empty, data will be fetched from the beginning of the connection
Pagination.last ● Int scalar
The number of items to fetch in the next page traversing backward through the connection
Pagination.before ● String scalar
The cursor to start fetching items before. If empty data will be fetched from the end of the connection
Member of
assetsConnection query ● balanceChanges query ● coreSnapshots query ● deposits query ● epochRewardSummaries query ● erc20MultiSigSignerAddedBundles query ● erc20MultiSigSignerRemovedBundles query ● getMarketDataHistoryConnectionByID query ● keyRotationsConnection query ● ledgerEntries query ● marketsConnection query ● networkParametersConnection query ● nodesConnection query ● nodeSignaturesConnection query ● oracleDataBySpecConnection query ● oracleDataConnection query ● oracleSpecsConnection query ● orderVersionsConnection query ● partiesConnection query ● positions query ● proposalsConnection query ● protocolUpgradeProposals query ● stopOrders query ● successorMarkets query ● trades query ● transfersConnection query ● withdrawals query