AcceptAiReviewColumnCellsInput
The schema shape for a whole column's address: the same review-plus-room id as AiReviewCellRefInput, without a documentId because the mutation targets every document under one column. Shared by acceptAiReviewColumnCells and unacceptAiReviewColumnCells, the same way AiReviewCellRefInput is shared by their single-cell counterparts.
input AcceptAiReviewColumnCellsInput {
reviewId: ID!
fieldId: ID!
}
Fields
AcceptAiReviewColumnCellsInput.reviewId ● ID! non-null scalar
AcceptAiReviewColumnCellsInput.fieldId ● ID! non-null scalar
Member Of
acceptAiReviewColumnCells mutation ● unacceptAiReviewColumnCells mutation