5 lines
104 B
GraphQL
5 lines
104 B
GraphQL
mutation RemoveDownvote($postID: String!) {
|
|
removeDownvote(postID: $postID) {
|
|
...RegularPost
|
|
}
|
|
} |