PullRequestReviewThreadConnection [object]
Review comment threads for a pull request review.
Attributes
PullRequestReviewThreadEdge [object]
An edge in a connection.
Attributes
A cursor for use in pagination.
The item at the end of the edge.
A list of edges.
PullRequestReviewThread [object]
A threaded list of comments for a given pull request.
Implements
Attributes
A list of pull request comments associated with the thread.
The side of the diff on which this thread was placed.
The Node ID of the PullRequestReviewThread object
Whether or not the thread has been collapsed (resolved)
Indicates whether this thread was outdated by newer changes.
Whether this thread has been resolved
The line in the file to which this thread refers
The original line in the file to which this thread refers.
The original start line in the file to which this thread refers (multi-line only).
Identifies the file path of this thread.
Identifies the pull request associated with this thread.
Identifies the repository associated with this thread.
The user who resolved this thread
The side of the diff that the first line of the thread starts on (multi-line only)
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
Indicates whether the current viewer can reply to this thread.
Whether or not the viewer can resolve this thread
Whether or not the viewer can unresolve this thread
A list of nodes.
PageInfo [object]
Information about pagination in a connection.
Attributes
When paginating forwards, the cursor to continue.
When paginating forwards, are there more items?
When paginating backwards, are there more items?
When paginating backwards, the cursor to continue.
Information to aid in pagination.
Int [scalar]
The Int
scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
Identifies the total count of items in the connection.