Skip to main content

GitHubPullRequestReviewComment

A review comment on a GitHub pull request.

type GitHubPullRequestReviewComment {
body: String
commitId: String
createdAt: String
diffHunk: String
htmlUrl: String
id: ID
originalCommitId: String
originalPosition: Int
path: String
position: Int
pullRequestUrl: String
pullRequest_review_id: Int
updatedAt: String
url: String
user: GitHubUser
}

Fields

GitHubPullRequestReviewComment.body ● String scalar common

The review comment body.

GitHubPullRequestReviewComment.commitId ● String scalar common

The commit SHA the comment refers to.

GitHubPullRequestReviewComment.createdAt ● String scalar common

When the review comment was created.

GitHubPullRequestReviewComment.diffHunk ● String scalar common

The diff hunk the comment refers to.

GitHubPullRequestReviewComment.htmlUrl ● String scalar common

The HTML URL for the review comment.

GitHubPullRequestReviewComment.id ● ID scalar common

The GitHub identifier for the review comment.

GitHubPullRequestReviewComment.originalCommitId ● String scalar common

The original commit SHA the comment referred to.

GitHubPullRequestReviewComment.originalPosition ● Int scalar common

The original position within the diff.

GitHubPullRequestReviewComment.path ● String scalar common

The file path the comment refers to.

GitHubPullRequestReviewComment.position ● Int scalar common

The position within the diff.

GitHubPullRequestReviewComment.pullRequestUrl ● String scalar common

The API URL for the parent pull request.

GitHubPullRequestReviewComment.pullRequest_review_id ● Int scalar common

The review ID associated with the comment.

GitHubPullRequestReviewComment.updatedAt ● String scalar common

When the review comment was last updated.

GitHubPullRequestReviewComment.url ● String scalar common

The API URL for the review comment.

GitHubPullRequestReviewComment.user ● GitHubUser object common

The GitHub user who authored the review comment.

Member Of

VIPPRMeta object