Entity
    Preparing search index...

    Page information for pagination

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

    Properties

    endCursor: string | null
    hasNextPage: boolean
    hasPreviousPage: boolean
    startCursor: string | null