Github GraphQL API / PullRequestReviewThread
A threaded list of comments for a given pull request.
Implements
Fields
comments
(
String: String
String: String
Int: Int
Int: Int
Int: Int
)
:
PullRequestReviewCommentConnection!
diffSide : DiffSide!
id : ID!
isCollapsed : Boolean!
isOutdated : Boolean!
isResolved : Boolean!
line : Int
originalLine : Int
originalStartLine : Int
path : String!
pullRequest : PullRequest!
repository : Repository!
resolvedBy : User
startDiffSide : DiffSide
startLine : Int
viewerCanReply : Boolean!
viewerCanResolve : Boolean!
viewerCanUnresolve : Boolean!