FloorConditionType
What were the floor conditions when the incident occurred?
type FloorConditionType {
conditions: [String!]
floorConditionPresent: Boolean!
}
Fields
FloorConditionType.conditions ● [String!] list scalar
List of floor conditions
FloorConditionType.floorConditionPresent ● Boolean! non-null scalar
Were there abnormal floor conditions when the incident occurred?
Member Of
DemiseIncidentReport object