Github API - Test Config

mutation clearLabelsFromLabelable

Clears all labels from a labelable object.

Arguments
input ClearLabelsFromLabelableInput

ClearLabelsFromLabelableInput [input]

Autogenerated input type of ClearLabelsFromLabelable

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

labelableId ID

The id of the labelable object to clear the labels from.

API:
Github GraphQL API

Parameters for ClearLabelsFromLabelable

Returns
ClearLabelsFromLabelablePayload

ClearLabelsFromLabelablePayload [object]

Autogenerated return type of ClearLabelsFromLabelable

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

labelable Labelable

The item that was unlabeled.

API:
Github GraphQL API
API:
Github GraphQL API