pub const DELETE_ISSUE: &str = r#"mutation($input:DeleteIssueInput!){deleteIssue(input:$input){repository{id}}}"#;Expand description
Deletes one issue, which takes its board item with it.
The engine sends this in one situation only: undoing a copy that could not finish,
over the items that same copy created. Deleting the issue removes the board item
too, so there is no second deleteProjectV2Item to keep in step with it.