Github API - Test Config

mutation updateLabel

Updates an existing label.

Arguments
input UpdateLabelInput

UpdateLabelInput [input]

Autogenerated input type of UpdateLabel

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

color String

A 6 character hex code, without the leading #, identifying the updated color of the label.

description String

A brief description of the label, such as its purpose.

id ID

The Node ID of the label to be updated.

name String

The updated name of the label.

API:
Github GraphQL API

Parameters for UpdateLabel

Returns
UpdateLabelPayload

UpdateLabelPayload [object]

Autogenerated return type of UpdateLabel

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

label Label

The updated label.

API:
Github GraphQL API
API:
Github GraphQL API