mutation RemoveUpvote($postID: String!) { removeUpvote(postID: $postID) { ...RegularPost } }