Object GitHub::TeamDiscussionComment
A comment on a team discussion.
Fields
body: String!
The body as Markdown.
bodyHTML: HTML!
The body rendered to HTML.
bodyText: String!
The body rendered to text.
bodyVersion: String!
The current version of the body content.
createdAt: DateTime!
Identifies the date and time when the object was created.
createdViaEmail: Boolean!
Check if this comment was created via an email reply.
databaseId: Int
Identifies the primary key from the database.
discussion: TeamDiscussion!
The discussion this comment is about.
editor: Actor
The actor who edited the comment.
id: ID!
includesCreatedEdit: Boolean!
Check if this comment was edited and includes an edit with the creation data
lastEditedAt: DateTime
The moment the editor made the last edit
number: Int!
Identifies the comment number.
publishedAt: DateTime
Identifies when the comment was published at.
reactionGroups: [ReactionGroup!]
A list of reactions grouped by content left on the subject.
reactions(after: String, before: String, first: Int, last: Int, content: ReactionContent, orderBy: ReactionOrder): ReactionConnection!
A list of Reactions left on the Issue.
Args
content: ReactionContent
Allows filtering Reactions by emoji.
orderBy: ReactionOrder
Allows specifying the order in which reactions are returned.
resourcePath: URI!
The HTTP path for this comment
updatedAt: DateTime!
Identifies the date and time when the object was last updated.
url: URI!
The HTTP URL for this comment
userContentEdits(after: String, before: String, first: Int, last: Int): UserContentEditConnection
A list of edits to this content.
viewerCanDelete: Boolean!
Check if the current viewer can delete this object.
viewerCanReact: Boolean!
Can user react to this subject
viewerCanUpdate: Boolean!
Check if the current viewer can update this object.
viewerCannotUpdateReasons: [CommentCannotUpdateReason!]!
Reasons why the current viewer can not update this comment.
viewerDidAuthor: Boolean!
Did the viewer author this comment.