Github API - Test Config

mutation updatePullRequest

Update a pull request

Arguments
input UpdatePullRequestInput

UpdatePullRequestInput [input]

Autogenerated input type of UpdatePullRequest

Attributes
assigneeIds ID []

An array of Node IDs of users for this pull request.

baseRefName String

The name of the branch you want your changes pulled into. This should be an existing branch
on the current repository.

body String

The contents of the pull request.

clientMutationId String

A unique identifier for the client performing the mutation.

labelIds ID []

An array of Node IDs of labels for this pull request.

maintainerCanModify Boolean

Indicates whether maintainers can modify the pull request.

milestoneId ID

The Node ID of the milestone for this pull request.

projectIds ID []

An array of Node IDs for projects associated with this pull request.

pullRequestId ID

The Node ID of the pull request.

The target state of the pull request.

title String

The title of the pull request.

API:
Github GraphQL API

Parameters for UpdatePullRequest

Returns
UpdatePullRequestPayload

UpdatePullRequestPayload [object]

Autogenerated return type of UpdatePullRequest

Attributes
actor Actor

Identifies the actor who performed the event.

clientMutationId String

A unique identifier for the client performing the mutation.

pullRequest PullRequest

The updated pull request.

API:
Github GraphQL API
API:
Github GraphQL API