Skip to main content

HelpingToolsUsage

Shows if a given device is being used, along with the reason for it

type HelpingToolsUsage {
helpingToolName: String!
isUsed: Boolean!
reason: String
}

Fields

HelpingToolsUsage.helpingToolName ● String! non-null scalar

Name/type of the helping tool (e.g. walking stick)

HelpingToolsUsage.isUsed ● Boolean! non-null scalar

Has the tool been used when the incident occurred?

HelpingToolsUsage.reason ● String scalar

Why the helping tool has not been used (only when isUsed == FALSE)

Member Of

DemiseIncidentReport object