OBJECT

PhaseMetadata

Information about a phase from a boss encounter.

link GraphQL Schema definition

  • type PhaseMetadata {
  • # Phase ID. 1-indexed
  • id: Int!
  • name: String!
  • # Whether this phase represents an intermission.
  • isIntermission: Boolean
  • }