Magidoc

PullRequestReviewComment
Object

A review comment associated with a given repository pull request.

Fields

#

author

The actor who authored the comment.

authorAssociation

Non-null

Author's association with the subject of the comment.

body

Non-null

The comment body of this review comment.

bodyHTML

Non-null

The body rendered to HTML.

bodyText

Non-null

The comment body of this review comment rendered as plain text.

commit

Identifies the commit associated with the comment.

createdAt

Non-null

Identifies when the comment was created.

createdViaEmail

Non-null

Check if this comment was created via an email reply.

databaseId

Identifies the primary key from the database.

diffHunk

Non-null

The diff hunk to which the comment applies.

draftedAt

Non-null

Identifies when the comment was created in a draft state.

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 PullRequestReviewComment 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

line

The end line number on the file to which the comment applies

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.

originalCommit

Identifies the original commit associated with the comment.

originalLine

The end line number on the file to which the comment applied when it was first created

originalPosition

Non-null

The original line index in the diff to which the comment applies.

originalStartLine

The start line number on the file to which the comment applied when it was first created

outdated

Non-null

Identifies when the comment body is outdated

path

Non-null

The path to which the comment applies.

position

The line index in the diff to which the comment applies.

publishedAt

Identifies when the comment was published at.

pullRequest

Non-null

The pull request associated with this review comment.

pullRequestReview

The pull request review associated with this review comment.

reactionGroups

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

reactions

Non-null

A list of Reactions left on the Issue.

replyTo

The comment this is a reply to.

repository

Non-null

The repository associated with this node.

resourcePath

Non-null

The HTTP path permalink for this review comment.

startLine

The start line number on the file to which the comment applies

state

Non-null

Identifies the state of the comment.

subjectType

Non-null

The level at which the comments in the corresponding thread are targeted, can be a diff line or a file

updatedAt

Non-null

Identifies when the comment was last updated.

url

Non-null

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

#