Files
TKT20009-Course-Project-I/frontend/graphql/mutations/downvote.graphql
T
2026-06-24 15:34:09 +02:00

5 lines
92 B
GraphQL

mutation Downvote($postID: String!) {
downvote(postID: $postID) {
...RegularPost
}
}