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