Skip to main content

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! non-null scalar

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

HelpingToolsUsageInput.isUsed ● Boolean! non-null scalar

Has the tool been used when the incident occurred?

HelpingToolsUsageInput.reason ● String scalar

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

Member Of

CreateDemiseIncidentReportDraftInput input