summaryrefslogtreecommitdiffstats
path: root/quora/graphql/ChatFragment.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'quora/graphql/ChatFragment.graphql')
-rw-r--r--quora/graphql/ChatFragment.graphql6
1 files changed, 6 insertions, 0 deletions
diff --git a/quora/graphql/ChatFragment.graphql b/quora/graphql/ChatFragment.graphql
new file mode 100644
index 00000000..605645ff
--- /dev/null
+++ b/quora/graphql/ChatFragment.graphql
@@ -0,0 +1,6 @@
+fragment ChatFragment on Chat {
+ id
+ chatId
+ defaultBotNickname
+ shouldShowDisclaimer
+}