InformationType
Were people informed about the incident
type InformationType {
channel: InformationChannelType
isPersonInformed: Boolean!
}
Fields
InformationType.channel ● InformationChannelType enum
Channel of information towards the given person
InformationType.isPersonInformed ● Boolean! non-null scalar
Is the person informed about the incident?
Member Of
DemiseIncidentReport object