5 lines
92 B
GraphQL
5 lines
92 B
GraphQL
mutation Downvote($postID: String!) {
|
|
downvote(postID: $postID) {
|
|
...RegularPost
|
|
}
|
|
} |