Github API - Test Config

mutation removeLabelsFromLabelable

Removes labels from a Labelable object.

Arguments
input RemoveLabelsFromLabelableInput

RemoveLabelsFromLabelableInput [input]

Autogenerated input type of RemoveLabelsFromLabelable

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

labelIds ID []

The ids of labels to remove.

labelableId ID

The id of the Labelable to remove labels from.

API:
Github GraphQL API

Parameters for RemoveLabelsFromLabelable

Returns
RemoveLabelsFromLabelablePayload

RemoveLabelsFromLabelablePayload [object]

Autogenerated return type of RemoveLabelsFromLabelable

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

labelable Labelable

The Labelable the labels were removed from.

API:
Github GraphQL API
API:
Github GraphQL API