createAiReview
Creates the review and snapshots its extractable documents, but starts no run. Rejects any document that AiReviewWorkspace.validateSelection would mark as not extractable. The returned review has zero columns; add or seed draft columns, then call generateAiReviewColumns.
createAiReview(
input: CreateAiReviewInput!
): CreateAiReviewPayload!
Arguments
createAiReview.input ● CreateAiReviewInput! non-null input
Type
CreateAiReviewPayload object
Every payload carries an errors array rather than throwing. The grid patches from the response instead of refetching, so a payload that threw would cost a round trip on the path the reviewer uses most.