Adam / quora /graphql /MessageRemoveVoteMutation.graphql
t.me/xtekky
rename poe api ( gpt 4 ) to quora
3be905b
raw
history blame
No virus
145 Bytes
mutation MessageRemoveVoteMutation($messageId: BigInt!) {
messageRemoveVote(messageId: $messageId) {
message {
...MessageFragment
}
}
}