PullRequestReviewComment

A review comment associated with a given repository pull request.

Implements

Fields

author : Actor

authorAssociation : CommentAuthorAssociation!

body : String!

bodyHTML : HTML!

bodyText : String!

commit : Commit

createdAt : DateTime!

createdViaEmail : Boolean!

databaseId : Int

diffHunk : String!

draftedAt : DateTime!

editor : Actor

id : ID!

includesCreatedEdit : Boolean!

isMinimized : Boolean!

lastEditedAt : DateTime

minimizedReason : String

originalCommit : Commit

originalPosition : Int!

outdated : Boolean!

path : String!

position : Int

publishedAt : DateTime

pullRequest : PullRequest!

pullRequestReview : PullRequestReview

reactionGroups : [ReactionGroup!]

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

replyTo : PullRequestReviewComment

repository : Repository!

resourcePath : URI!

state : PullRequestReviewCommentState!

updatedAt : DateTime!

url : URI!

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

viewerCanDelete : Boolean!

viewerCanMinimize : Boolean!

viewerCanReact : Boolean!

viewerCanUpdate : Boolean!

viewerCannotUpdateReasons : [CommentCannotUpdateReason!]!

viewerDidAuthor : Boolean!