Skip to content

TrackableConnection

The connection type for Trackable.

graphql
type TrackableConnection {
  edges: [TrackableEdge!]!
  nodes: [Trackable!]!
  pageInfo: PageInfo!
  totalCount: Int!
}

Fields

TrackableConnection.edges ● [TrackableEdge!]! non-null object

A list of all edges of the current page.

TrackableConnection.nodes ● [Trackable!]! non-null interface

A list of all nodes of the current page.

TrackableConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

TrackableConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Returned By

trackables query

Member Of

Issue object ● Label object

Released under the MIT License.