blob: 76000df0eba23313fb10883d3ef1763c9e37674b (
plain) (
tree)
|
|
mutation MessageSetVoteMutation($messageId: BigInt!, $voteType: VoteType!, $reason: String) {
messageSetVote(messageId: $messageId, voteType: $voteType, reason: $reason) {
message {
...MessageFragment
}
}
}
|