Github API - Test Config

mutation createLabel

Creates a new label.

Arguments
input CreateLabelInput

CreateLabelInput [input]

Autogenerated input type of CreateLabel

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

color String

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

description String

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

name String

The name of the label.

repositoryId ID

The Node ID of the repository.

API:
Github GraphQL API

Parameters for CreateLabel

Returns
CreateLabelPayload

CreateLabelPayload [object]

Autogenerated return type of CreateLabel

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

label Label

The new label.

API:
Github GraphQL API
API:
Github GraphQL API