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