OBJECT

IssueTimelineConnection

The connection type for IssueTimelineItem.

link GraphQL Schema definition

  • type IssueTimelineConnection {
  • # A list of edges.
  • edges: [IssueTimelineItemEdge]
  • # A list of nodes.
  • nodes: [IssueTimelineItem]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # Identifies the total count of items in the connection.
  • totalCount: Int!
  • }