Skip to main content

AiReviewCellComment

No description

type AiReviewCellComment {
id: ID!
body: String!
authorId: String!
createdAt: DateTime!
resolvedAt: DateTime
}

Fields​

AiReviewCellComment.id ● ID! non-null scalar​

AiReviewCellComment.body ● String! non-null scalar​

AiReviewCellComment.authorId ● String! non-null scalar​

AiReviewCellComment.createdAt ● DateTime! non-null scalar​

AiReviewCellComment.resolvedAt ● DateTime scalar​

Member Of​

AiReviewCell object