TeamDiscussionComment

A comment on a team discussion.

Implements

Fields

author : Actor

authorAssociation : CommentAuthorAssociation!

body : String!

bodyHTML : HTML!

bodyText : String!

bodyVersion : String!

createdAt : DateTime!

createdViaEmail : Boolean!

databaseId : Int

discussion : TeamDiscussion!

editor : Actor

id : ID!

includesCreatedEdit : Boolean!

lastEditedAt : DateTime

number : Int!

publishedAt : DateTime

reactionGroups : [ReactionGroup!]

reactions (
       after: String
       before: String
       first: Int
       last: Int
       content: ReactionContent
       orderBy: ReactionOrder
) : ReactionConnection!

resourcePath : URI!

updatedAt : DateTime!

url : URI!

userContentEdits (
       after: String
       before: String
       first: Int
       last: Int
) : UserContentEditConnection

viewerCanDelete : Boolean!

viewerCanReact : Boolean!

viewerCanUpdate : Boolean!

viewerCannotUpdateReasons : [CommentCannotUpdateReason!]!

viewerDidAuthor : Boolean!