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, 0 insertions, 7 deletions
diff --git a/quora/graphql/StaleChatUpdateMutation.graphql b/quora/graphql/StaleChatUpdateMutation.graphql
deleted file mode 100644
index de203d47..00000000
--- a/quora/graphql/StaleChatUpdateMutation.graphql
+++ /dev/null
@@ -1,7 +0,0 @@
-mutation StaleChatUpdateMutation($chatId: BigInt!) {
- staleChatUpdate(chatId: $chatId) {
- message {
- ...MessageFragment
- }
- }
-}