GitHubReview
A GitHub review on a pull request.
type GitHubReview {
body: String
commitId: String
htmlUrl: String
id: ID
pullRequestUrl: String
state: String
submittedAt: String
user: GitHubUser
}
Fields
GitHubReview.body ● String scalar common
The review body.
GitHubReview.commitId ● String scalar common
The commit SHA the review applies to.
GitHubReview.htmlUrl ● String scalar common
The HTML URL for the review.
GitHubReview.id ● ID scalar common
The GitHub identifier for the review.
GitHubReview.pullRequestUrl ● String scalar common
The API URL for the parent pull request.
GitHubReview.state ● String scalar common
The review state.
GitHubReview.submittedAt ● String scalar common
When the review was submitted.
GitHubReview.user ● GitHubUser object common
The GitHub user who submitted the review.
Member Of
VIPPRMeta object