poe api gpt-4
This commit is contained in:
7
poe/graphql/MessageSetVoteMutation.graphql
Normal file
7
poe/graphql/MessageSetVoteMutation.graphql
Normal file
@@ -0,0 +1,7 @@
|
||||
mutation MessageSetVoteMutation($messageId: BigInt!, $voteType: VoteType!, $reason: String) {
|
||||
messageSetVote(messageId: $messageId, voteType: $voteType, reason: $reason) {
|
||||
message {
|
||||
...MessageFragment
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user