Files
litreddit/frontend/graphql/mutations/removeUpvote.graphql
T
2026-06-24 14:20:05 +02:00

5 lines
100 B
GraphQL

mutation RemoveUpvote($postID: String!) {
removeUpvote(postID: $postID) {
...RegularPost
}
}