Spaces:
Build error
Build error
| mutation MessageSetVoteMutation($messageId: BigInt!, $voteType: VoteType!, $reason: String) { | |
| messageSetVote(messageId: $messageId, voteType: $voteType, reason: $reason) { | |
| message { | |
| ...MessageFragment | |
| } | |
| } | |
| } | |