feat: add basic graphql support

This commit is contained in:
2025-01-04 20:38:41 +08:00
parent caaa5dc0cc
commit 40cbf86f0f
62 changed files with 4053 additions and 675 deletions

View File

@@ -0,0 +1,5 @@
pub mod query_root;
pub mod service;
pub mod config;
pub use query_root::schema;