Github API - Test Config

mutation deletePullRequestReview

Deletes a pull request review.

Arguments
input DeletePullRequestReviewInput

DeletePullRequestReviewInput [input]

Autogenerated input type of DeletePullRequestReview

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

pullRequestReviewId ID

The Node ID of the pull request review to delete.

API:
Github GraphQL API

Parameters for DeletePullRequestReview

Returns
DeletePullRequestReviewPayload

DeletePullRequestReviewPayload [object]

Autogenerated return type of DeletePullRequestReview

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

pullRequestReview PullRequestReview

The deleted pull request review.

API:
Github GraphQL API
API:
Github GraphQL API