Github API - Test Config

mutation addPullRequestReviewThreadReply

Adds a reply to an existing Pull Request Review Thread.

Arguments
input AddPullRequestReviewThreadReplyInput

AddPullRequestReviewThreadReplyInput [input]

Autogenerated input type of AddPullRequestReviewThreadReply

Attributes
body String

The text of the reply.

clientMutationId String

A unique identifier for the client performing the mutation.

pullRequestReviewId ID

The Node ID of the pending review to which the reply will belong.

pullRequestReviewThreadId ID

The Node ID of the thread to which this reply is being written.

API:
Github GraphQL API

Parameters for AddPullRequestReviewThreadReply

Returns
AddPullRequestReviewThreadReplyPayload

AddPullRequestReviewThreadReplyPayload [object]

Autogenerated return type of AddPullRequestReviewThreadReply

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

The newly created reply.

API:
Github GraphQL API
API:
Github GraphQL API