Github API - Test Config

UpdateLabelPayload [object]

Autogenerated return type of UpdateLabel

Attributes
clientMutationId String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

A unique identifier for the client performing the mutation.

label Label

Label [object]

A label for categorizing Issues, Pull Requests, Milestones, or Discussions with a given Repository.

Implements
Node
Attributes
color String

Identifies the label color.

createdAt DateTime

Identifies the date and time when the label was created.

description String

A brief description of this label.

id ID

The Node ID of the Label object

isDefault Boolean

Indicates whether or not this is a default label.

A list of issues associated with this label.

name String

Identifies the label name.

pullRequests PullRequestConnection

A list of pull requests associated with this label.

repository Repository

The repository associated with this label.

resourcePath URI

The HTTP path for this label.

updatedAt DateTime

Identifies the date and time when the label was last updated.

url URI

The HTTP URL for this label.

API:
Github GraphQL API

The updated label.

API:
Github GraphQL API