This commit is contained in:
2025-03-24 01:13:30 +01:00
commit 893aaf6c6f
14 changed files with 8249 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();
}