Github GraphQL API / 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
(
String: String
String: String
Int: Int
Int: Int
ReactionContent: ReactionContent
ReactionOrder: ReactionOrder
)
:
ReactionConnection!
resourcePath : URI!
updatedAt : DateTime!
url : URI!
userContentEdits
(
String: String
String: String
Int: Int
Int: Int
)
:
UserContentEditConnection
viewerCanDelete : Boolean!
viewerCanReact : Boolean!
viewerCanUpdate : Boolean!
viewerCannotUpdateReasons : [CommentCannotUpdateReason!]!
viewerDidAuthor : Boolean!