summaryrefslogtreecommitdiffstats
path: root/gpt4free/quora/graphql/ChatAddedSubscription.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'gpt4free/quora/graphql/ChatAddedSubscription.graphql')
-rw-r--r--gpt4free/quora/graphql/ChatAddedSubscription.graphql5
1 files changed, 5 insertions, 0 deletions
diff --git a/gpt4free/quora/graphql/ChatAddedSubscription.graphql b/gpt4free/quora/graphql/ChatAddedSubscription.graphql
new file mode 100644
index 00000000..664b107f
--- /dev/null
+++ b/gpt4free/quora/graphql/ChatAddedSubscription.graphql
@@ -0,0 +1,5 @@
+subscription ChatAddedSubscription {
+ chatAdded {
+ ...ChatFragment
+ }
+}