Skip to content

updateChatSetting

update Chat Setting

Arguments

input · updateChatSettingInput · Parameters for updateChatSetting

Returns

updateChatSettingPayload

Example

mutation updateChatSetting($input: updateChatSettingInput) {
updateChatSetting(input: $input) {
chatSetting
messages
}
}