Represents a commit comment thread part of a pull request.
comments
(
after: String
before: String
first: Int
last: Int
)
:
CommitCommentConnection!
commit : Commit!
id : ID!
path : String
position : Int
pullRequest : PullRequest!
repository : Repository!