Archive API docs
    Jump to

    Narrow by kind with a prefix — q: queries, m: mutations, t: types, g: guides, f: fields and arguments.

    Jump to examples ↓
    Query

    operationRecords

    Paginate the per-item records of an operation, newest first. Optionally filter by record status.

    Arguments

    Object, input and enum types open in place — use + to reveal their fields. A type that is already open above the row stops at a ↻ circular marker, and anything nested past the depth limit links out to its own page instead.

    after String default null
    Cursor for fetching the next page of results.
    filter OperationRecordFilterInput default {}
    Filter criteria for operation records.
    first Int default 100
    Number of records to return (page size, default 100, max 1000 — one page covers any operation created via refetchEngagementBulk).
    operationId ID! required
    ID of the operation whose records to page through.

    Returns

    A paginated connection of OperationRecord nodes. See Pagination for the connection shape.

    edges [OperationRecordEdge!]!
    List of edges with cursors.
    nodes [OperationRecord!]!
    List of operation records.
    pageInfo PageInfo!
    Pagination information.
    totalCount Int
    Total number of items available.