DeleteClientSupportServiceInput
Deletes a supports service of the client
input DeleteClientSupportServiceInput {
clientId: ClientID!
id: SupportServiceID!
}
Fields
DeleteClientSupportServiceInput.clientId ● ClientID! non-null scalar
ID of the client
DeleteClientSupportServiceInput.id ● SupportServiceID! non-null scalar
ID of the support service to delete
Member Of
deleteClientSupportService mutation