OBJECT
PhaseTransition
A spartan representation of phase transitions during a fight.
link GraphQL Schema definition
- type PhaseTransition {
- # The 1-indexed id of the phase. Phase IDs are absolute within a fight: phases
- # with the same ID correspond to the same semantic phase.
- Int! :
- # The report-relative timestamp of the transition into the phase. The phase ends
- # at the beginning of the next phase, or at the end of the fight.
- Int! :
- }