Github API - Test Config

mutation dismissPullRequestReview

Dismisses an approved or rejected pull request review.

Arguments
input DismissPullRequestReviewInput

DismissPullRequestReviewInput [input]

Autogenerated input type of DismissPullRequestReview

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

message String

The contents of the pull request review dismissal message.

pullRequestReviewId ID

The Node ID of the pull request review to modify.

API:
Github GraphQL API

Parameters for DismissPullRequestReview

Returns
DismissPullRequestReviewPayload

DismissPullRequestReviewPayload [object]

Autogenerated return type of DismissPullRequestReview

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

pullRequestReview PullRequestReview

The dismissed pull request review.

API:
Github GraphQL API
API:
Github GraphQL API