Magidoc

CommitComment
Object

Represents a comment on a given Commit.

Fields

#

author

The actor who authored the comment.

authorAssociation

Non-null

Author's association with the subject of the comment.

body

Non-null

Identifies the comment body.

bodyHTML

Non-null

The body rendered to HTML.

bodyText

Non-null

The body rendered to text.

commit

Identifies the commit associated with the comment, if the commit exists.

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.

id

ID !
Non-null

The Node ID of the CommitComment 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.

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.

path

Identifies the file path associated with the comment.

position

Identifies the line position associated with the comment.

publishedAt

Identifies when the comment was published at.

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 permalink for this commit comment.

updatedAt

Non-null

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

url

Non-null

The HTTP URL permalink for this commit 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

#