Magidoc

MergeBranchInput
Input Object

Autogenerated input type of MergeBranch

Fields

#

authorEmail

The email address to associate with this commit.

base

Non-null

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

clientMutationId

A unique identifier for the client performing the mutation.

commitMessage

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

head

Non-null

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

repositoryId

ID !
Non-null

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

Usages

#

References

#

  • Argument input of field mergeBranch from type Mutation