Object GitHub::PullRequestReviewThread

A threaded list of comments for a given pull request.

Fields

comments(after: String, before: String, first: Int, last: Int, skip: Int): PullRequestReviewCommentConnection!

A list of pull request comments associated with the thread.

Args

after: String

Returns the elements in the list that come after the specified cursor.

before: String

Returns the elements in the list that come before the specified cursor.

first: Int

Returns the first n elements from the list.

last: Int

Returns the last n elements from the list.

skip: Int

Skips the first n elements in the list.

diffSide: DiffSide!

The side of the diff on which this thread was placed.

id: ID!

isResolved: Boolean!

Whether this thread has been resolved

line: Int

The line in the file to which this thread refers

originalLine: Int

The original line in the file to which this thread refers.

originalStartLine: Int

The original start line in the file to which this thread refers (multi-line only).

pullRequest: PullRequest!

Identifies the pull request associated with this thread.

repository: Repository!

Identifies the repository associated with this thread.

resolvedBy: User

The user who resolved this thread

startDiffSide: DiffSide

The side of the diff that the first line of the thread starts on (multi-line only)

startLine: Int

The start line in the file to which this thread refers (multi-line only)

viewerCanResolve: Boolean!

Whether or not the viewer can resolve this thread

viewerCanUnresolve: Boolean!

Whether or not the viewer can unresolve this thread

Uses

AddPullRequestReviewThreadPayload.thread

PullRequestReviewThreadConnection.nodes

PullRequestReviewThreadEdge.node

ResolveReviewThreadPayload.thread

UnresolveReviewThreadPayload.thread

PullRequestTimelineItem

PullRequestTimelineItems

Node