UNPKG

node-red-contrib-chatbot

Version:

REDBot a Chat bot for a full featured chat bot for Telegram, Facebook Messenger and Slack. Almost no coding skills required

22 lines (18 loc) 377 B
import gql from 'graphql-tag'; const SEARCH = gql` query($id: Int,$username: String, $search: String, $chatbotId: String) { users(id: $id,username: $username, search: $search, chatbotId: $chatbotId) { id, userId, chatbotId, username, language, first_name, last_name, chatIds { chatId, transport } } }`; export { SEARCH };