Skip to main content

UpdateClientSupportServiceInput

Updates a supports service that the client uses

input UpdateClientSupportServiceInput {
clientId: ClientID!
contactPerson: PersonalDataInput
id: SupportServiceID!
name: String!
}

Fields

UpdateClientSupportServiceInput.clientId ● ClientID! non-null scalar

ID of the client

UpdateClientSupportServiceInput.contactPerson ● PersonalDataInput input

Contact person of the service

UpdateClientSupportServiceInput.id ● SupportServiceID! non-null scalar

ID of the support service to update

UpdateClientSupportServiceInput.name ● String! non-null scalar

Name of the service

Member Of

updateClientSupportService mutation