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