Github API - Test Config

mutation deleteLinkedBranch

Unlink a branch from an issue.

Arguments
input DeleteLinkedBranchInput

DeleteLinkedBranchInput [input]

Autogenerated input type of DeleteLinkedBranch

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

linkedBranchId ID

The ID of the linked branch

API:
Github GraphQL API

Parameters for DeleteLinkedBranch

Returns
DeleteLinkedBranchPayload

DeleteLinkedBranchPayload [object]

Autogenerated return type of DeleteLinkedBranch

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

issue Issue

The issue the linked branch was unlinked from.

API:
Github GraphQL API
API:
Github GraphQL API