OBJECT

MilestoneConnection

The connection type for Milestone.

link GraphQL Schema definition

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