diff options
Diffstat (limited to 'quora/graphql/DeleteMessageMutation.graphql')
-rw-r--r-- | quora/graphql/DeleteMessageMutation.graphql | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/quora/graphql/DeleteMessageMutation.graphql b/quora/graphql/DeleteMessageMutation.graphql deleted file mode 100644 index 7b9e36d4..00000000 --- a/quora/graphql/DeleteMessageMutation.graphql +++ /dev/null @@ -1,7 +0,0 @@ -mutation deleteMessageMutation( - $messageIds: [BigInt!]! -) { - messagesDelete(messageIds: $messageIds) { - edgeIds - } -}
\ No newline at end of file |