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

    Type Alias CursorBackwardPagination

    Cursor-based backward pagination

    type CursorBackwardPagination = {
        before: StartCursor;
        limit?: number;
    }
    Index

    Properties

    Properties

    before: StartCursor

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

    limit?: number

    The maximum number of items to return in one request.