Github API - Test Config

PullRequestReviewThreadConnection [object]

Review comment threads for a pull request review.

Attributes
edges PullRequestReviewThreadEdge []

PullRequestReviewThreadEdge [object]

An edge in a connection.

Attributes
cursor String

A cursor for use in pagination.

The item at the end of the edge.

API:
Github GraphQL API

A list of edges.

nodes 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

A list of nodes.

pageInfo PageInfo

PageInfo [object]

Information about pagination in a connection.

Attributes
endCursor String

When paginating forwards, the cursor to continue.

hasNextPage Boolean

When paginating forwards, are there more items?

hasPreviousPage Boolean

When paginating backwards, are there more items?

startCursor String

When paginating backwards, the cursor to continue.

API:
Github GraphQL API

Information to aid in pagination.

totalCount Int

Int [scalar]

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

API:
Github GraphQL API

Identifies the total count of items in the connection.

API:
Github GraphQL API