As frustrating as it is, we have to stop here, even if there is a ton more to learn about NestJS.
For example, NestJS supports the following:
- Middleware
- Exception handlers
- Pipes
- Guards
- Interceptors
- Lifecycle hooks
But also authentication, validation, caching, logging, serialization, security, compression, configuration, databases/ORM, and lots more!
The official website's documentation is top-notch, so dive into it if you want to know more.
Don't forget to check the Further reading section at the end of this chapter to find useful references.
Let's learn about GraphQL now!