Represents a comment.
author : Actor
authorAssociation : CommentAuthorAssociation!
body : String!
bodyHTML : HTML!
bodyText : String!
createdAt : DateTime!
createdViaEmail : Boolean!
editor : Actor
id : ID!
includesCreatedEdit : Boolean!
lastEditedAt : DateTime
publishedAt : DateTime
updatedAt : DateTime!
userContentEdits
(
after: String
before: String
first: Int
last: Int
)
:
UserContentEditConnection
viewerDidAuthor : Boolean!