ghtool 0.10.6

A command-line tool for interacting with Github API with some specialized features oriented around Checks
Documentation
1
2
3
4
5
6
7
fn main() {
    cynic_codegen::register_schema("github")
        .from_sdl_file("./github.graphql")
        .unwrap()
        .as_default()
        .unwrap();
}