Github API - Test Config

mutation createLinkedBranch

Create a branch linked to an issue.

Arguments
input CreateLinkedBranchInput

CreateLinkedBranchInput [input]

Autogenerated input type of CreateLinkedBranch

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

issueId ID

ID of the issue to link to.

name String

The name of the new branch. Defaults to issue number and title.

The commit SHA to base the new branch on.

repositoryId ID

ID of the repository to create the branch in. Defaults to the issue repository.

API:
Github GraphQL API

Parameters for CreateLinkedBranch

Returns
CreateLinkedBranchPayload

CreateLinkedBranchPayload [object]

Autogenerated return type of CreateLinkedBranch

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

issue Issue

The issue that was linked to.

linkedBranch LinkedBranch

The new branch issue reference.

API:
Github GraphQL API
API:
Github GraphQL API