Initial commit

This commit is contained in:
2025-03-13 01:41:08 +01:00
commit 0c4e7eb9ab
16 changed files with 3377 additions and 0 deletions

7
queries/build.rs Normal file
View File

@@ -0,0 +1,7 @@
fn main() {
cynic_codegen::register_schema("lldap")
.from_sdl_file("schemas/lldap.graphql")
.unwrap()
.as_default()
.unwrap();
}