pub fn fetch_pr( client: &GitHubClient, owner: &str, repo: &str, number: u32, ) -> Result<PrData>
Fetch all data for a single PR in one GraphQL call.