PageInfo
Pagination information for navigating through list results.
Use endCursor with the after parameter to fetch the next page.
Schema Definition
type PageInfo {
hasNextPage: Boolean!
endCursor: Cursor
count: Int!
}
Fields
| Field | Type | Description |
|---|---|---|
hasNextPage | Whether there are more items available after the current page. | |
endCursor | Cursor scalar | Cursor pointing to the last item in the current page. Pass this to after to get the next page. |
count | Number of items returned in the current page. |
Member Of
AddressList object ● BlockList object ● BlockTransactionList object ● ContractList object ● NFTBalanceList object ● NFTContractHolderList object ● NFTContractList object ● NFTHolderList object ● NFTList object ● OwnedNFTList object ● PaginatedList interface ● TokenBalanceList object ● TokenHolderList object ● TokenList object ● TransactionList object