ENUM

MilestoneState

The possible states of a milestone.

link GraphQL Schema definition

  • enum MilestoneState {
  • # A milestone that is still open.
  • OPEN
  • # A milestone that has been closed.
  • CLOSED
  • }