@zeepkist/graphql
    Preparing search index...

    Interface PageInfoGenqlSelection

    Information about pagination in a connection.

    interface PageInfoGenqlSelection {
        hasNextPage?: number | boolean;
        hasPreviousPage?: number | boolean;
        startCursor?: number | boolean;
        endCursor?: number | boolean;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    hasNextPage?: number | boolean

    When paginating forwards, are there more items?

    hasPreviousPage?: number | boolean

    When paginating backwards, are there more items?

    startCursor?: number | boolean

    When paginating backwards, the cursor to continue.

    endCursor?: number | boolean

    When paginating forwards, the cursor to continue.

    __typename?: number | boolean
    __scalar?: number | boolean