Github API - Test Config

mutation updatePullRequestReviewComment

Updates a pull request review comment.

Arguments
input UpdatePullRequestReviewCommentInput

UpdatePullRequestReviewCommentInput [input]

Autogenerated input type of UpdatePullRequestReviewComment

Attributes
body String

The text of the comment.

clientMutationId String

A unique identifier for the client performing the mutation.

pullRequestReviewCommentId ID

The Node ID of the comment to modify.

API:
Github GraphQL API

Parameters for UpdatePullRequestReviewComment

Returns
UpdatePullRequestReviewCommentPayload

UpdatePullRequestReviewCommentPayload [object]

Autogenerated return type of UpdatePullRequestReviewComment

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

pullRequestReviewComment PullRequestReviewComment

The updated comment.

API:
Github GraphQL API
API:
Github GraphQL API