Project Sequence Diagram
Below is a graphic description for the project's workflow.
App Controller
Controller
# Commands
Controller.cli
# Router
Controller.router
# GraphQL
Controller.graphql
# Types
Controller.types
Project's Structure
App Plugins
Files
All Your files get loaded to these namespaces
./commands.py
gets loaded tocli
./router.py
gets loaded torouter
./graphql.py
gets loaded tographql
./types.py
gets loaded totypes