5 lines
100 B
GraphQL
5 lines
100 B
GraphQL
mutation RemoveUpvote($postID: String!) {
|
|
removeUpvote(postID: $postID) {
|
|
...RegularPost
|
|
}
|
|
} |