Github GraphQL API / PullRequestReview
A review object for a given pull request.
Implements
Fields
author : Actor
authorAssociation : CommentAuthorAssociation!
authorCanPushToRepository : Boolean!
body : String!
bodyHTML : HTML!
bodyText : String!
comments
(
String: String
String: String
Int: Int
Int: Int
)
:
PullRequestReviewCommentConnection!
commit : Commit
createdAt : DateTime!
createdViaEmail : Boolean!
databaseId : Int
editor : Actor
id : ID!
includesCreatedEdit : Boolean!
lastEditedAt : DateTime
onBehalfOf
(
String: String
String: String
Int: Int
Int: Int
)
:
TeamConnection!
publishedAt : DateTime
pullRequest : PullRequest!
reactionGroups : [ReactionGroup!]
reactions
(
String: String
String: String
Int: Int
Int: Int
ReactionContent: ReactionContent
ReactionOrder: ReactionOrder
)
:
ReactionConnection!
repository : Repository!
resourcePath : URI!
state : PullRequestReviewState!
submittedAt : DateTime
updatedAt : DateTime!
url : URI!
userContentEdits
(
String: String
String: String
Int: Int
Int: Int
)
:
UserContentEditConnection
viewerCanDelete : Boolean!
viewerCanReact : Boolean!
viewerCanUpdate : Boolean!
viewerCannotUpdateReasons : [CommentCannotUpdateReason!]!
viewerDidAuthor : Boolean!