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

8 行
216 B
GraphQL
Raw 通常表示 履歴

2023-03-30 05:10:42 +09:00
mutation MessageSetVoteMutation($messageId: BigInt!, $voteType: VoteType!, $reason: String) {
messageSetVote(messageId: $messageId, voteType: $voteType, reason: $reason) {
message {
...MessageFragment
}
}
}