chatAsk
Graphql fields and variables for the chatAsk mutation
Ask a question to the chat
Scope required: standard:write
mutation chatAsk ($chatId: String!, $message: String!, $appRoute: String!) {
chatAsk (chatId: $chatId, message: $message, appRoute: $appRoute) {
errors
}
}
Arguments
{
"chatId": "",
"message": "",
"appRoute": ""
}
Name
Type
Description
chatId
String
message
String
appRoute
String
Response
Name
Type
Description
errors
List (String)
Last updated
Was this helpful?