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