AiReviewCellRefInput
The single schema shape for a cell address.
No runId. That omission is deliberate: a run id here would make it possible to express an annotation that disappears from a grid whose cells came from another run, which is the exact bug this omission prevents. Comment and edit inputs embed this instead of repeating the three fields, so the rule is enforced in one place rather than by convention across six inputs.
input AiReviewCellRefInput {
reviewId: ID!
documentId: ID!
fieldId: ID!
}
Fields
AiReviewCellRefInput.reviewId ● ID! non-null scalar
AiReviewCellRefInput.documentId ● ID! non-null scalar
AiReviewCellRefInput.fieldId ● ID! non-null scalar
Member Of
acceptAiReviewCell mutation ● AddAiReviewCellCommentInput input ● EditAiReviewCellInput input ● SetAiReviewCellFlagInput input ● unacceptAiReviewCell mutation