@evefrontier/dapp-kit - v0.1.10-alpha.3
    Preparing search index...

    Interface PageInfo

    Pagination cursor and has-next flag.

    interface PageInfo {
        hasNextPage: boolean;
        endCursor: string | null;
    }
    Index
    hasNextPage: boolean
    endCursor: string | null