Object GitHub::PullRequestCommitCommentThread
Represents a commit comment thread part of a pull request.
Fields
comments(after: String, before: String, first: Int, last: Int): CommitCommentConnection!
The comments that exist in this thread.
commit: Commit!
The commit the comments were made on.
id: ID!
path: String
The file the comments were made on.
position: Int
The position in the diff for the commit that the comment was made on.
pullRequest: PullRequest!
The pull request this commit comment thread belongs to
repository: Repository!
The repository associated with this node.