summaryrefslogtreecommitdiffstats
path: root/g4f/.v1/gpt4free/quora/graphql/StaleChatUpdateMutation.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'g4f/.v1/gpt4free/quora/graphql/StaleChatUpdateMutation.graphql')
-rw-r--r--g4f/.v1/gpt4free/quora/graphql/StaleChatUpdateMutation.graphql7
1 files changed, 7 insertions, 0 deletions
diff --git a/g4f/.v1/gpt4free/quora/graphql/StaleChatUpdateMutation.graphql b/g4f/.v1/gpt4free/quora/graphql/StaleChatUpdateMutation.graphql
new file mode 100644
index 00000000..de203d47
--- /dev/null
+++ b/g4f/.v1/gpt4free/quora/graphql/StaleChatUpdateMutation.graphql
@@ -0,0 +1,7 @@
+mutation StaleChatUpdateMutation($chatId: BigInt!) {
+ staleChatUpdate(chatId: $chatId) {
+ message {
+ ...MessageFragment
+ }
+ }
+}