AiReviewCellPayload
Returned by all annotation mutations, so the grid patches one cell from the response instead of refetching the review.
type AiReviewCellPayload {
cell: AiReviewCell
errors: [AiReviewError!]
}
Fields
AiReviewCellPayload.cell ● AiReviewCell object
AiReviewCellPayload.errors ● [AiReviewError!] list object
Returned By
acceptAiReviewCell mutation ● addAiReviewCellComment mutation ● deleteAiReviewCellComment mutation ● editAiReviewCell mutation ● resolveAiReviewCellComment mutation ● setAiReviewCellFlag mutation ● unacceptAiReviewCell mutation