fix: fix credential3rd graphql

This commit is contained in:
2025-05-24 02:32:02 +08:00
parent 0fcbc6bbe9
commit 66413f92e3
23 changed files with 837 additions and 1009 deletions

View File

@@ -1,9 +1,9 @@
pub mod config;
pub mod infra;
pub mod schema_root;
mod schema;
pub mod service;
pub mod views;
pub use config::GraphQLConfig;
pub use schema_root::schema;
pub use schema::build_schema;
pub use service::GraphQLService;