PullRequestReviewComment Object
A review comment associated with a given repository pull request.
Fields
#
authorAssociation
Author's association with the subject of the comment.
databaseId
Identifies the primary key from the database.
includesCreatedEdit
Check if this comment was edited and includes an edit with the creation data
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.
originalLine
The end line number on the file to which the comment applied when it was first created
originalPosition
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
position
The line index in the diff to which the comment applies.
subjectType
The level at which the comments in the corresponding thread are targeted, can be a diff line or a file
viewerCannotUpdateReasons
Reasons why the current viewer can not update this comment.
Interfaces
#
Also implements Comment , Deletable , Minimizable , Node , Reactable , RepositoryNode , Updatable , UpdatableComment .
Usages
#
References
#
- Field comment from AddPullRequestReviewCommentPayload
- Field comment from AddPullRequestReviewThreadReplyPayload
- Field pullRequestReviewComment from DeletePullRequestReviewCommentPayload
PullRequestReview
