📄️ Dependency Injection
Dependency injection is a way to decouple your structures from their dependencies. It allows you to replace the components that your system needs with alternative implementations for different situations.
📄️ Using Nakago with Axum
The nakago-axum crate defines provides a way to easily use the Nakago Inject container via Axum's State mechanism.
📄️ SeaORM
(Documentation coming soon...)
📄️ Async-GraphQL
The GraphQL integration is built around a flexible Schema Builder approach that allows you to modify the in-progress schema to incrementally add things like DataLoaders and other context for your Resolvers. It uses an init function as a trigger to build the final schema, making it available to the rest of your application through type ID or Tag.