OBJECT
EncounterPhases
link GraphQL Schema definition
- type EncounterPhases {
- : Int!
- # Whether the phases can be used to separate wipes in the report UI.
- : Boolean
- # Phase metadata for all phases in this encounter.
- : [PhaseMetadata!]
- }
OBJECT
- type EncounterPhases {
- : Int!
- # Whether the phases can be used to separate wipes in the report UI.
- : Boolean
- # Phase metadata for all phases in this encounter.
- : [PhaseMetadata!]
- }