summaryrefslogtreecommitdiffstats
path: root/quora/graphql/DeleteHumanMessagesMutation.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'quora/graphql/DeleteHumanMessagesMutation.graphql')
-rw-r--r--quora/graphql/DeleteHumanMessagesMutation.graphql7
1 files changed, 7 insertions, 0 deletions
diff --git a/quora/graphql/DeleteHumanMessagesMutation.graphql b/quora/graphql/DeleteHumanMessagesMutation.graphql
new file mode 100644
index 00000000..42692c6e
--- /dev/null
+++ b/quora/graphql/DeleteHumanMessagesMutation.graphql
@@ -0,0 +1,7 @@
+mutation DeleteHumanMessagesMutation($messageIds: [BigInt!]!) {
+ messagesDelete(messageIds: $messageIds) {
+ viewer {
+ id
+ }
+ }
+}