Markdown text and/or attachments made on an annotation.
type Comment {created: DateTime! # The user who created the comment.createdBy: UserMetadata! # Whether or not the text of the comment has been edited.edited: Boolean! id: ID! modified: DateTime! # The markdown text content of the comment.text: String }