mutation RemoveDownvote($postID: String!) { removeDownvote(postID: $postID) { ...RegularPost } }