Github API - Test Config

LabelConnection [object]

The connection type for Label.

Attributes
edges LabelEdge []

LabelEdge [object]

An edge in a connection.

Attributes
cursor String

A cursor for use in pagination.

node Label

The item at the end of the edge.

API:
Github GraphQL API

A list of edges.

nodes 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

A list of nodes.

pageInfo PageInfo

PageInfo [object]

Information about pagination in a connection.

Attributes
endCursor String

When paginating forwards, the cursor to continue.

hasNextPage Boolean

When paginating forwards, are there more items?

hasPreviousPage Boolean

When paginating backwards, are there more items?

startCursor String

When paginating backwards, the cursor to continue.

API:
Github GraphQL API

Information to aid in pagination.

totalCount Int

Int [scalar]

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

API:
Github GraphQL API

Identifies the total count of items in the connection.

API:
Github GraphQL API