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