Github GraphQL API / 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
(
String: String
String: String
Int: Int
Int: Int
ReactionContent: ReactionContent
ReactionOrder: ReactionOrder
)
:
ReactionConnection!
replyTo : PullRequestReviewComment
repository : Repository!
resourcePath : URI!
state : PullRequestReviewCommentState!
updatedAt : DateTime!
url : URI!
userContentEdits
(
String: String
String: String
Int: Int
Int: Int
)
:
UserContentEditConnection
viewerCanDelete : Boolean!
viewerCanMinimize : Boolean!
viewerCanReact : Boolean!
viewerCanUpdate : Boolean!
viewerCannotUpdateReasons : [CommentCannotUpdateReason!]!
viewerDidAuthor : Boolean!