Trait GraphQLSystem

Source
pub trait GraphQLSystem: Lifecycle {
    // Required methods
    fn get_graphql_query_service(
        &self,
    ) -> Arc<dyn GraphQLQueryService + Send + Sync>;
    fn get_graphql_schema_manager(
        &self,
    ) -> Arc<dyn GraphQLSchemaManager + Send + Sync>;
}

Required Methods§

Trait Implementations§

Source§

impl Injectable for dyn GraphQLSystem + Sync + Send

Implementors§