Skip to main content

AiReviewCellsPayload

Returned by the column-wide annotation mutations. Cells carries only the ones that changed, not the whole column: skipped cells (already in the target state, or with no answer to accept) are absent rather than echoed back unchanged.

type AiReviewCellsPayload {
cells: [AiReviewCell!]!
errors: [AiReviewError!]
}

Fields​

AiReviewCellsPayload.cells ● [AiReviewCell!]! non-null object​

AiReviewCellsPayload.errors ● [AiReviewError!] list object​

Returned By​

acceptAiReviewColumnCells mutation ● unacceptAiReviewColumnCells mutation