Github API - Test Config

mutation addPullRequestReviewComment

Adds a comment to a review.

Arguments
input AddPullRequestReviewCommentInput

AddPullRequestReviewCommentInput [input]

Autogenerated input type of AddPullRequestReviewComment

Attributes
body String

The text of the comment. This field is required

Upcoming Change on 2023-10-01 UTC
Description: body will be removed. use addPullRequestReviewThread or addPullRequestReviewThreadReply instead
Reason: We are deprecating the addPullRequestReviewComment mutation

clientMutationId String

A unique identifier for the client performing the mutation.

commitOID GitObjectID

The SHA of the commit to comment on.

Upcoming Change on 2023-10-01 UTC
Description: commitOID will be removed. use addPullRequestReviewThread or addPullRequestReviewThreadReply instead
Reason: We are deprecating the addPullRequestReviewComment mutation

inReplyTo ID

The comment id to reply to.

Upcoming Change on 2023-10-01 UTC
Description: inReplyTo will be removed. use addPullRequestReviewThread or addPullRequestReviewThreadReply instead
Reason: We are deprecating the addPullRequestReviewComment mutation

path String

The relative path of the file to comment on.

Upcoming Change on 2023-10-01 UTC
Description: path will be removed. use addPullRequestReviewThread or addPullRequestReviewThreadReply instead
Reason: We are deprecating the addPullRequestReviewComment mutation

position Int

The line index in the diff to comment on.

Upcoming Change on 2023-10-01 UTC
Description: position will be removed. use addPullRequestReviewThread or addPullRequestReviewThreadReply instead
Reason: We are deprecating the addPullRequestReviewComment mutation

pullRequestId ID

The node ID of the pull request reviewing

Upcoming Change on 2023-10-01 UTC
Description: pullRequestId will be removed. use
addPullRequestReviewThread or addPullRequestReviewThreadReply instead
Reason: We are deprecating the addPullRequestReviewComment mutation

pullRequestReviewId ID

The Node ID of the review to modify.

Upcoming Change on 2023-10-01 UTC
Description: pullRequestReviewId will be removed. use
addPullRequestReviewThread or addPullRequestReviewThreadReply instead
Reason: We are deprecating the addPullRequestReviewComment mutation

API:
Github GraphQL API

Parameters for AddPullRequestReviewComment

Returns
AddPullRequestReviewCommentPayload

AddPullRequestReviewCommentPayload [object]

Autogenerated return type of AddPullRequestReviewComment

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

The newly created comment.

The edge from the review's comment connection.

API:
Github GraphQL API
API:
Github GraphQL API