Skip to content

updateClient

Update Client

Arguments

input · updateClientInput · Parameters for updateClient

Returns

updateClientPayload

Example

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