This commit is contained in:
2025-03-24 01:13:30 +01:00
commit a15dbf5c63
13 changed files with 8245 additions and 0 deletions

8
build.rs Normal file
View File

@@ -0,0 +1,8 @@
fn main() {
cynic_codegen::register_schema("startgg")
.from_sdl_file("schemas/startgg.gql")
.unwrap()
.as_default()
.unwrap();
}