Magidoc

PullRequestReviewThread
Object

A threaded list of comments for a given pull request.

Fields

#

comments

Non-null

A list of pull request comments associated with the thread.

diffSide

Non-null

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

id

ID !
Non-null

The Node ID of the PullRequestReviewThread object

isCollapsed

Non-null

Whether or not the thread has been collapsed (resolved)

isOutdated

Non-null

Indicates whether this thread was outdated by newer changes.

isResolved

Non-null

Whether this thread has been resolved

line

The line in the file to which this thread refers

originalLine

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

originalStartLine

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

path

Non-null

Identifies the file path of this thread.

pullRequest

Non-null

Identifies the pull request associated with this thread.

repository

Non-null

Identifies the repository associated with this thread.

resolvedBy

The user who resolved this thread

startDiffSide

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

startLine

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

subjectType

Non-null

The level at which the comments in the corresponding thread are targeted, can be a diff line or a file

viewerCanReply

Non-null

Indicates whether the current viewer can reply to this thread.

viewerCanResolve

Non-null

Whether or not the viewer can resolve this thread

viewerCanUnresolve

Non-null

Whether or not the viewer can unresolve this thread

Interfaces

#

Also implements Node .

Usages

#

References

#