Skip to main content

UpdateClientHelpingToolsInput

Update the helping tools assigned to the client with the corresponding current status

input UpdateClientHelpingToolsInput {
clientId: ClientID!
helpingTools: HelpingToolsInput!
}

Fields

UpdateClientHelpingToolsInput.clientId ● ClientID! non-null scalar

ID of the client

UpdateClientHelpingToolsInput.helpingTools ● HelpingToolsInput! non-null input

All helping tools that can be assigned to a client with the corresponding status

Member Of

updateClientHelpingTools mutation