Magidoc

IssueComment
Object

Represents a comment on an Issue.

Fields

#

author

The actor who authored the comment.

authorAssociation

Non-null

Author's association with the subject of the comment.

body

Non-null

The body as Markdown.

bodyHTML

Non-null

The body rendered to HTML.

bodyText

Non-null

The body rendered to text.

createdAt

Non-null

Identifies the date and time when the object was created.

createdViaEmail

Non-null

Check if this comment was created via an email reply.

databaseId

Identifies the primary key from the database.

editor

The actor who edited the comment.

fullDatabaseId

Identifies the primary key from the database as a BigInt.

id

ID !
Non-null

The Node ID of the IssueComment object

includesCreatedEdit

Non-null

Check if this comment was edited and includes an edit with the creation data

isMinimized

Non-null

Returns whether or not a comment has been minimized.

issue

Non-null

Identifies the issue associated with the comment.

lastEditedAt

The moment the editor made the last edit

minimizedReason

Returns why the comment was minimized. One of abuse , off-topic , outdated , resolved , duplicate and spam . Note that the case and formatting of these values differs from the inputs to the MinimizeComment mutation.

publishedAt

Identifies when the comment was published at.

pullRequest

Returns the pull request associated with the comment, if this comment was made on a pull request.

reactionGroups

A list of reactions grouped by content left on the subject.

reactions

Non-null

A list of Reactions left on the Issue.

repository

Non-null

The repository associated with this node.

resourcePath

Non-null

The HTTP path for this issue comment

updatedAt

Non-null

Identifies the date and time when the object was last updated.

url

Non-null

The HTTP URL for this issue comment

userContentEdits

A list of edits to this content.

viewerCanDelete

Non-null

Check if the current viewer can delete this object.

viewerCanMinimize

Non-null

Check if the current viewer can minimize this object.

viewerCanReact

Non-null

Can user react to this subject

viewerCanUpdate

Non-null

Check if the current viewer can update this object.

viewerCannotUpdateReasons

Non-null

Reasons why the current viewer can not update this comment.

viewerDidAuthor

Non-null

Did the viewer author this comment.

Interfaces

#

Also implements Comment , Deletable , Minimizable , Node , Reactable , RepositoryNode , Updatable , UpdatableComment .

Usages

#

References

#