Object GitHub::CommitCommentThread
A thread of comments on a commit.
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.
repository: Repository!
The repository associated with this node.