pub const UPDATE_PROJECT: &str = r#"mutation($input:UpdateProjectV2Input!){updateProjectV2(input:$input){projectV2{id}}}"#;
Updates the one configured project; it never creates a board.