summaryrefslogtreecommitdiffstats
path: root/poe/graphql/ChatViewQuery.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'poe/graphql/ChatViewQuery.graphql')
-rw-r--r--poe/graphql/ChatViewQuery.graphql8
1 files changed, 8 insertions, 0 deletions
diff --git a/poe/graphql/ChatViewQuery.graphql b/poe/graphql/ChatViewQuery.graphql
new file mode 100644
index 00000000..c330107d
--- /dev/null
+++ b/poe/graphql/ChatViewQuery.graphql
@@ -0,0 +1,8 @@
+query ChatViewQuery($bot: String!) {
+ chatOfBot(bot: $bot) {
+ id
+ chatId
+ defaultBotNickname
+ shouldShowDisclaimer
+ }
+}