AiReviewFlaggedCell
One flagged cell address, without the cell.
A separate read from AiReviewCell so a client can pick up flags without changing the fragment it uses for the grid.
type AiReviewFlaggedCell {
documentId: ID!
fieldId: ID!
flaggedAt: DateTime!
}
Fields
AiReviewFlaggedCell.documentId ● ID! non-null scalar
AiReviewFlaggedCell.fieldId ● ID! non-null scalar
AiReviewFlaggedCell.flaggedAt ● DateTime! non-null scalar
Member Of
AiReview object