Skip to content

updateClient

Update Client

Arguments

input · updateClientInput! · required · Parameters for updateClient

Returns

updateClientPayload

Example

mutation updateClient($input: updateClientInput!) {
updateClient(input: $input) {
messages
user
}
}