* The API surface of this module has been heavily inspired by the "type-graphql" library (https://github.com/MichalLytek/type-graphql), originally designed & released by Michal Lytek.
3
* In the v6 major release of NestJS, we introduced the code-first approach as a compatibility layer between this package and the `@nestjs/graphql` module.
4
* Eventually, our team decided to reimplement all the features from scratch due to a lack of flexibility.
5
* To avoid numerous breaking changes, the public API is backward-compatible and may resemble "type-graphql".