Github API - Test Config

UnresolveReviewThreadPayload [object]

Autogenerated return type of UnresolveReviewThread

Attributes
clientMutationId String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

A unique identifier for the client performing the mutation.

thread PullRequestReviewThread

PullRequestReviewThread [object]

A threaded list of comments for a given pull request.

Implements
Node
Attributes

A list of pull request comments associated with the thread.

diffSide DiffSide

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

id ID

The Node ID of the PullRequestReviewThread object

isCollapsed Boolean

Whether or not the thread has been collapsed (resolved)

isOutdated Boolean

Indicates whether this thread was outdated by newer changes.

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).

path String

Identifies the file path of this thread.

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)

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

viewerCanReply Boolean

Indicates whether the current viewer can reply to this thread.

viewerCanResolve Boolean

Whether or not the viewer can resolve this thread

viewerCanUnresolve Boolean

Whether or not the viewer can unresolve this thread

API:
Github GraphQL API

The thread to resolve.

API:
Github GraphQL API