OBJECT
Information about a phase from a boss encounter.
type PhaseMetadata {# Phase ID. 1-indexedid: Int! name: String! # Whether this phase represents an intermission.isIntermission: Boolean }