Github API - Test Config

mutation mergeBranch

Merge a head into a branch.

Arguments
input MergeBranchInput

MergeBranchInput [input]

Autogenerated input type of MergeBranch

Attributes
authorEmail String

The email address to associate with this commit.

base String

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

clientMutationId String

A unique identifier for the client performing the mutation.

commitMessage String

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

head String

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

repositoryId ID

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

API:
Github GraphQL API

Parameters for MergeBranch

Returns
MergeBranchPayload

MergeBranchPayload [object]

Autogenerated return type of MergeBranch

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

mergeCommit Commit

The resulting merge Commit.

API:
Github GraphQL API
API:
Github GraphQL API