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