Files
2026-06-24 15:34:09 +02:00

5 lines
88 B
GraphQL

mutation Upvote($postID: String!) {
upvote(postID: $postID) {
...RegularPost
}
}