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