Github API - Test Config

mutation deletePullRequestReviewComment

Deletes a pull request review comment.

Arguments
input DeletePullRequestReviewCommentInput

DeletePullRequestReviewCommentInput [input]

Autogenerated input type of DeletePullRequestReviewComment

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

id ID

The ID of the comment to delete.

API:
Github GraphQL API

Parameters for DeletePullRequestReviewComment

Returns
DeletePullRequestReviewCommentPayload

DeletePullRequestReviewCommentPayload [object]

Autogenerated return type of DeletePullRequestReviewComment

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

pullRequestReview PullRequestReview

The pull request review the deleted comment belonged to.

pullRequestReviewComment PullRequestReviewComment

The deleted pull request review comment.

API:
Github GraphQL API
API:
Github GraphQL API