Input Object GitHub::CreatePullRequestInput

Autogenerated input type of CreatePullRequest

Input Fields

repositoryId: ID!

The Node ID of the repository.

baseRefName: String!

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.

headRefName: String!

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.

title: String!

The title of the pull request.

body: String

The contents of the pull request.

maintainerCanModify: Boolean

Indicates whether maintainers can modify the pull request.

draft: Boolean

Indicates whether this pull request should be a draft.

clientMutationId: String

A unique identifier for the client performing the mutation.

Uses

Mutation.createPullRequest