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