AddPullRequestReviewThreadPayload [object]
Autogenerated return type of AddPullRequestReviewThread
Attributes
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.
A unique identifier for the client performing the mutation.
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
The newly created thread.