Input Object GitHub::MergeBranchInput

Autogenerated input type of MergeBranch

Input Fields

repositoryId: ID!

The Node ID of the Repository containing the base branch that will be modified.

base: String!

The name of the base branch that the provided head will be merged into.

head: String!

The head to merge into the base branch. This can be a branch name or a commit GitObjectID.

commitMessage: String

Message to use for the merge commit. If omitted, a default will be used.

clientMutationId: String

A unique identifier for the client performing the mutation.

Uses

Mutation.mergeBranch