Github API - Test Config

mutation updatePullRequestReview

Updates the body of a pull request review.

Arguments
input UpdatePullRequestReviewInput

UpdatePullRequestReviewInput [input]

Autogenerated input type of UpdatePullRequestReview

Attributes
body String

The contents of the pull request review body.

clientMutationId String

A unique identifier for the client performing the mutation.

pullRequestReviewId ID

The Node ID of the pull request review to modify.

API:
Github GraphQL API

Parameters for UpdatePullRequestReview

Returns
UpdatePullRequestReviewPayload

UpdatePullRequestReviewPayload [object]

Autogenerated return type of UpdatePullRequestReview

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

pullRequestReview PullRequestReview

The updated pull request review.

API:
Github GraphQL API
API:
Github GraphQL API