Comment
No description
type Comment {
authorId: UUID!
comment: String
date: DateTime!
id: UUID!
isArchived: Boolean!
}
No description
type Comment {
authorId: UUID!
comment: String
date: DateTime!
id: UUID!
isArchived: Boolean!
}
Comment.authorId
● UUID!
non-null scalarComment.comment
● String
scalarComment.date
● DateTime!
non-null scalarComment.id
● UUID!
non-null scalarComment.isArchived
● Boolean!
non-null scalar