OBJECT

ProgressionData

Data on phase progression, keyed on destination PhaseId

link GraphQL Schema definition

  • type ProgressionData {
  • # Origin phase ID that is the source of this progression.
  • origin: Int
  • # Amount of seeds per phase group that are progressing.
  • numProgressing: Int
  • }