refactor: refactor graphql

This commit is contained in:
2025-06-12 00:15:26 +08:00
parent b09e9e6aaa
commit 258eeddc74
36 changed files with 680 additions and 612 deletions

View File

@@ -1,8 +1,8 @@
pub mod config;
pub mod domains;
pub mod infra;
mod schema;
pub mod service;
pub mod views;
pub use config::GraphQLConfig;
pub use schema::build_schema;