Magidoc

CreatePullRequestInput
Input Object

Autogenerated input type of CreatePullRequest

Fields

#

baseRefName

Non-null

The name of the branch you want your changes pulled into. This should be an existing branch on the current repository. You cannot update the base branch on a pull request to point to another repository.

body

The contents of the pull request.

clientMutationId

A unique identifier for the client performing the mutation.

draft

Indicates whether this pull request should be a draft.

headRefName

Non-null

The name of the branch where your changes are implemented. For cross-repository pull requests in the same network, namespace head_ref_name with a user like this: username:branch .

headRepositoryId

The Node ID of the head repository.

maintainerCanModify

Indicates whether maintainers can modify the pull request.

Default: true

repositoryId

ID !
Non-null

The Node ID of the repository.

title

Non-null

The title of the pull request.

Usages

#

References

#

  • Argument input of field createPullRequest from type Mutation