summaryrefslogtreecommitdiffstats
path: root/gpt4free/quora/graphql/MessageRemoveVoteMutation.graphql
blob: d5e6e610730b5a7542a714b4f5533fdda7df2872 (plain) (blame)
1
2
3
4
5
6
7
mutation MessageRemoveVoteMutation($messageId: BigInt!) {
	messageRemoveVote(messageId: $messageId) {
		message {
			...MessageFragment
		}
	}
}