1 2 3 4 5 6 7
fn main() { cynic_codegen::register_schema("github") .from_sdl_file("./github.graphql") .unwrap() .as_default() .unwrap(); }