diff options
Diffstat (limited to 'quora/graphql/StaleChatUpdateMutation.graphql')
-rw-r--r-- | quora/graphql/StaleChatUpdateMutation.graphql | 7 |
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 - } - } -} |