gpt4free-original/gpt4free/quora/graphql/MessageSetVoteMutation.graphql

8 行
216 B
GraphQL

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