use async_graphql::Schema; use super::{mutation::MutationRoot, query::QueryRoot, subscription::SubscriptionRoot}; pub type ScelSchema = Schema;