chatAsk
Graphql fields and variables for the chatAsk mutation
mutation chatAsk ($chatId: String!, $message: String!, $appRoute: String!) {
chatAsk (chatId: $chatId, message: $message, appRoute: $appRoute) {
errors
}
}Arguments
{
"chatId": "",
"message": "",
"appRoute": ""
}Name
Type
Description
Response
Name
Type
Description
Last updated
Was this helpful?
