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