HelpingToolsUsageInput
Shows if a given device is being used, along with the reason for it
input HelpingToolsUsageInput {
helpingToolName: String
isUsed: Boolean
reason: String
}
Fields
HelpingToolsUsageInput.helpingToolName ● String scalar
Name/type of the helping tool (e.g. walking stick)
HelpingToolsUsageInput.isUsed ● Boolean scalar
Has the tool been used when the incident occurred? Null means the question has not been answered yet
HelpingToolsUsageInput.reason ● String scalar
Why the helping tool has not been used (only when isUsed == FALSE)