PullRequestReview

A review object for a given pull request.

Implements

Fields

author : Actor

authorAssociation : CommentAuthorAssociation!

authorCanPushToRepository : Boolean!

body : String!

bodyHTML : HTML!

bodyText : String!

comments (
       after: String
       before: String
       first: Int
       last: Int
) : PullRequestReviewCommentConnection!

commit : Commit

createdAt : DateTime!

createdViaEmail : Boolean!

databaseId : Int

editor : Actor

id : ID!

includesCreatedEdit : Boolean!

lastEditedAt : DateTime

onBehalfOf (
       after: String
       before: String
       first: Int
       last: Int
) : TeamConnection!

publishedAt : DateTime

pullRequest : PullRequest!

reactionGroups : [ReactionGroup!]

reactions (
       after: String
       before: String
       first: Int
       last: Int
       content: ReactionContent
       orderBy: ReactionOrder
) : ReactionConnection!

repository : Repository!

resourcePath : URI!

state : PullRequestReviewState!

submittedAt : DateTime

updatedAt : DateTime!

url : URI!

userContentEdits (
       after: String
       before: String
       first: Int
       last: Int
) : UserContentEditConnection

viewerCanDelete : Boolean!

viewerCanReact : Boolean!

viewerCanUpdate : Boolean!

viewerCannotUpdateReasons : [CommentCannotUpdateReason!]!

viewerDidAuthor : Boolean!