Github API - Test Config

mutation submitPullRequestReview

Submits a pending pull request review.

Arguments
input SubmitPullRequestReviewInput

SubmitPullRequestReviewInput [input]

Autogenerated input type of SubmitPullRequestReview

Attributes
body String

The text field to set on the Pull Request Review.

clientMutationId String

A unique identifier for the client performing the mutation.

The event to send to the Pull Request Review.

pullRequestId ID

The Pull Request ID to submit any pending reviews.

pullRequestReviewId ID

The Pull Request Review ID to submit.

API:
Github GraphQL API

Parameters for SubmitPullRequestReview

Returns
SubmitPullRequestReviewPayload

SubmitPullRequestReviewPayload [object]

Autogenerated return type of SubmitPullRequestReview

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

pullRequestReview PullRequestReview

The submitted pull request review.

API:
Github GraphQL API
API:
Github GraphQL API