Skip to content

TimelineItemConnection

The connection type for TimelineItem.

graphql
type TimelineItemConnection {
  edges: [TimelineItemEdge!]!
  nodes: [TimelineItem!]!
  pageInfo: PageInfo!
  totalCount: Int!
}

Fields

TimelineItemConnection.edges ● [TimelineItemEdge!]! non-null object

A list of all edges of the current page.

TimelineItemConnection.nodes ● [TimelineItem!]! non-null interface

A list of all nodes of the current page.

TimelineItemConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

TimelineItemConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Member Of

Issue object ● ParentTimelineItem interface ● RemovedFromTrackableEvent object ● TemplateChangedEvent object

Released under the MIT License.