Skip to main content

SetAiReviewCellFlagInput

No description

input SetAiReviewCellFlagInput {
cell: AiReviewCellRefInput!
flagged: Boolean!
}

Fields​

SetAiReviewCellFlagInput.cell ● AiReviewCellRefInput! non-null input​

SetAiReviewCellFlagInput.flagged ● Boolean! non-null scalar​

The state to leave the cell in, not a toggle: sending the state the cell is already in is a no-op rather than a flip, so a retried request cannot invert it.

Member Of​

setAiReviewCellFlag mutation