Skip to main content

fetch_pr

Function fetch_pr 

Source
pub fn fetch_pr(
    client: &GitHubClient,
    owner: &str,
    repo: &str,
    number: u32,
) -> Result<PrData>
Expand description

Fetch all data for a single PR in one GraphQL call.