Github API - Test Config

mutation addPullRequestReview

Adds a review to a Pull Request.

Arguments
input AddPullRequestReviewInput

AddPullRequestReviewInput [input]

Autogenerated input type of AddPullRequestReview

Attributes
body String

The contents of the review body comment.

clientMutationId String

A unique identifier for the client performing the mutation.

The review line comments.

Upcoming Change on 2023-10-01 UTC
Description: comments will be removed. use the threads argument instead
Reason: We are deprecating comment fields that use diff-relative positioning

commitOID GitObjectID

The commit OID the review pertains to.

The event to perform on the pull request review.

pullRequestId ID

The Node ID of the pull request to modify.

The review line comment threads.

API:
Github GraphQL API

Parameters for AddPullRequestReview

Returns
AddPullRequestReviewPayload

AddPullRequestReviewPayload [object]

Autogenerated return type of AddPullRequestReview

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

pullRequestReview PullRequestReview

The newly created pull request review.

The edge from the pull request's review connection.

API:
Github GraphQL API
API:
Github GraphQL API