Principles & Architecture
This framework is built to be as simple as possible to use, preferring a convenience-over-configuration approach. Although it is aimed to be entirely modular, using its core built-in features will provide a much better experience.
Workflow
When working with the library, you should follow this workflow:
- Create a GraphQL schema to expose.
- Setup the Schema generator
- Create a GraphQL entry point.
- Create a Controller for each type in the GraphQL schema.
- Test your API.
See Getting Started for a better starting example.