Github API - Test Config

mutation addLabelsToLabelable

Adds labels to a labelable object.

Arguments
input AddLabelsToLabelableInput

AddLabelsToLabelableInput [input]

Autogenerated input type of AddLabelsToLabelable

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

labelIds ID []

The ids of the labels to add.

labelableId ID

The id of the labelable object to add labels to.

API:
Github GraphQL API

Parameters for AddLabelsToLabelable

Returns
AddLabelsToLabelablePayload

AddLabelsToLabelablePayload [object]

Autogenerated return type of AddLabelsToLabelable

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

labelable Labelable

The item that was labeled.

API:
Github GraphQL API
API:
Github GraphQL API