Adds a comment to a review.
Arguments
AddPullRequestReviewCommentInput [input]
Autogenerated input type of AddPullRequestReviewComment
Attributes
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
A unique identifier for the client performing the mutation.
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
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
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
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
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
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
Parameters for AddPullRequestReviewComment
Returns
AddPullRequestReviewCommentPayload [object]
Autogenerated return type of AddPullRequestReviewComment
Attributes
A unique identifier for the client performing the mutation.
The newly created comment.
The edge from the review's comment connection.