@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias CursorForwardPagination

    Cursor-based forward pagination

    type CursorForwardPagination = {
        after: EndCursor;
        limit?: number;
    }
    Index

    Properties

    Properties

    after: EndCursor

    Use the endCursor value from the previous response to fetch the next page of results.

    limit?: number

    The maximum number of items to return in one request.