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