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