fix: fix credential3rd graphql
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user