Github API - Test Config

mutation addPullRequestReviewThread

Adds a new thread to a pending Pull Request Review.

Arguments
input AddPullRequestReviewThreadInput

AddPullRequestReviewThreadInput [input]

Autogenerated input type of AddPullRequestReviewThread

Attributes
body String

Body of the thread's first comment.

clientMutationId String

A unique identifier for the client performing the mutation.

line Int

The line of the blob to which the thread refers, required for line-level
threads. The end of the line range for multi-line comments.

path String

Path to the file being commented on.

pullRequestId ID

The node ID of the pull request reviewing

pullRequestReviewId ID

The Node ID of the review to modify.

side DiffSide

The side of the diff on which the line resides. For multi-line comments, this is the side for the end of the line range.

startLine Int

The first line of the range to which the comment refers.

startSide DiffSide

The side of the diff on which the start line resides.

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

API:
Github GraphQL API

Parameters for AddPullRequestReviewThread

Returns
AddPullRequestReviewThreadPayload

AddPullRequestReviewThreadPayload [object]

Autogenerated return type of AddPullRequestReviewThread

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

The newly created thread.

API:
Github GraphQL API
API:
Github GraphQL API