diff options
Diffstat (limited to 'quora/graphql/MessageSetVoteMutation.graphql')
-rw-r--r-- | quora/graphql/MessageSetVoteMutation.graphql | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/quora/graphql/MessageSetVoteMutation.graphql b/quora/graphql/MessageSetVoteMutation.graphql deleted file mode 100644 index 76000df0..00000000 --- a/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 - } - } -} |