Skip to main content

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

FieldTypeDescription
hasNextPage
Boolean! non-null scalar
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
Int! non-null scalar
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