Skip to main content

UpdateClientCareRelevantInformationInput

Update the additional information regarding the client care needs

input UpdateClientCareRelevantInformationInput {
clientId: ClientID!
information: String
unwantedEmployees: String
}

Fields

UpdateClientCareRelevantInformationInput.clientId ● ClientID! non-null scalar

ID of the client

UpdateClientCareRelevantInformationInput.information ● String scalar

Additional information regarding the client care needs (free text)

UpdateClientCareRelevantInformationInput.unwantedEmployees ● String scalar

Types of employees that the client does not wish to be taken care by

Member Of

updateClientCareRelevantInformation mutation