Skip to content

LabelConnection ​

The connection type for Label.

graphql
type LabelConnection {
  edges: [LabelEdge!]!
  nodes: [Label!]!
  pageInfo: PageInfo!
  totalCount: Int!
}

Fields ​

LabelConnection.edges ● [LabelEdge!]! non-null object ​

A list of all edges of the current page.

LabelConnection.nodes ● [Label!]! non-null object ​

A list of all nodes of the current page.

LabelConnection.pageInfo ● PageInfo! non-null object ​

Information to aid in pagination.

LabelConnection.totalCount ● Int! non-null scalar ​

Identifies the total count of items in the connection.

Member Of ​

Component object ● Issue object ● Project object ● Trackable interface

Released under the MIT License.