Query
query WorkspaceChatSettings {
workspaceChatSettings {
isEnabled
}
}Response
{
"data": {
"workspaceChatSettings": {
"isEnabled": true
}
}
}Queries
workspaceChatSettings
Returns the workspace-level chat settings, including whether the live-chat channel is enabled for this workspace.
QUERY
workspaceChatSettings: WorkspaceChatSettings!Returns
isEnabled
Boolean!
Whether the live-chat channel is enabled for this workspace.
Query
query WorkspaceChatSettings {
workspaceChatSettings {
isEnabled
}
}Response
{
"data": {
"workspaceChatSettings": {
"isEnabled": true
}
}
}Was this page helpful?

