5 lines
88 B
GraphQL
5 lines
88 B
GraphQL
mutation Upvote($postID: String!) {
|
|
upvote(postID: $postID) {
|
|
...RegularPost
|
|
}
|
|
} |