PullRequestCommitCommentThread

Represents a commit comment thread part of a pull request.

Implements

Fields

comments (
       after: String
       before: String
       first: Int
       last: Int
) : CommitCommentConnection!

commit : Commit!

id : ID!

path : String

position : Int

pullRequest : PullRequest!

repository : Repository!