freegpt-webui / g4f /.v1 /gpt4free /quora /graphql /MessageRemoveVoteMutation.graphql
monra's picture
Adds all providers from the original API
d4adf88
raw
history blame
145 Bytes
mutation MessageRemoveVoteMutation($messageId: BigInt!) {
messageRemoveVote(messageId: $messageId) {
message {
...MessageFragment
}
}
}