Represents a Milestone object on a given repository.
closed
Non-null
Indicates if the object is closed (definition of closed may depend on type)
closedAt
Identifies the date and time when the object was closed.
createdAt
Non-null
Identifies the date and time when the object was created.
creator
Identifies the actor who created the milestone.
description
Identifies the description of the milestone.
dueOn
Identifies the due date of the milestone.
id
Non-null
The Node ID of the Milestone object
issues
Non-null
A list of issues associated with the milestone.
number
Non-null
Identifies the number of the milestone.
progressPercentage
Non-null
Identifies the percentage complete for the milestone
pullRequests
Non-null
A list of pull requests associated with the milestone.
repository
Non-null
The repository associated with this milestone.
resourcePath
Non-null
The HTTP path for this milestone
state
Non-null
Identifies the state of the milestone.
title
Non-null
Identifies the title of the milestone.
updatedAt
Non-null
Identifies the date and time when the object was last updated.
url
Non-null
The HTTP URL for this milestone
viewerCanClose
Non-null
Indicates if the object can be closed by the viewer.
viewerCanReopen
Non-null
Indicates if the object can be reopened by the viewer.
Also implements Closable , Node , UniformResourceLocatable .
- Field milestone from Issue