pub const QUERY: &str = "mutation CreateCheckRun($input: CreateCheckRunInput!){\n createCheckRun(input: $input) {\n checkRun {\n id\n }\n }\n}\n\n";