OBJECT
MilestoneConnection
The connection type for Milestone.
link GraphQL Schema definition
- type MilestoneConnection {
- # A list of edges.
- : [MilestoneEdge]
- # A list of nodes.
- : [Milestone]
- # Information to aid in pagination.
- : PageInfo!
- # Identifies the total count of items in the connection.
- : Int!
- }