fn main() { cynic_codegen::register_schema("github") .from_sdl_file("./github.graphql") .unwrap() .as_default() .unwrap(); }