Github API - Test Config

mutation requestReviews

Set review requests on a pull request.

Arguments
input RequestReviewsInput

RequestReviewsInput [input]

Autogenerated input type of RequestReviews

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

pullRequestId ID

The Node ID of the pull request to modify.

teamIds ID []

The Node IDs of the team to request.

union Boolean

Add users to the set rather than replace.

userIds ID []

The Node IDs of the user to request.

API:
Github GraphQL API

Parameters for RequestReviews

Returns
RequestReviewsPayload

RequestReviewsPayload [object]

Autogenerated return type of RequestReviews

Attributes
actor Actor

Identifies the actor who performed the event.

clientMutationId String

A unique identifier for the client performing the mutation.

pullRequest PullRequest

The pull request that is getting requests.

requestedReviewersEdge UserEdge

The edge from the pull request to the requested reviewers.

API:
Github GraphQL API
API:
Github GraphQL API