Magidoc

UpdatePullRequestInput
Input Object

Autogenerated input type of UpdatePullRequest

Fields

#

assigneeIds

[ ID !]

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

baseRefName

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

body

The contents of the pull request.

clientMutationId

A unique identifier for the client performing the mutation.

labelIds

[ ID !]

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

maintainerCanModify

Indicates whether maintainers can modify the pull request.

milestoneId

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 !
Non-null

The Node ID of the pull request.

state

The target state of the pull request.

title

The title of the pull request.

Usages

#

References

#

  • Argument input of field updatePullRequest from type Mutation