DEV Community

Cover image for Best way to create GraphQL APIs ?? | NestJS GraphQL Tutorial
Marius Espejo
Marius Espejo

Posted on

Best way to create GraphQL APIs ?? | NestJS GraphQL Tutorial

In this video I walk you through how to create a new GraphQL server and API from scratch utilizing the NestJS framework. This is, in my opinion, one of the best ways to do it!

We'll also cover multiple topics including database integration with TypeORM, queries and mutations, validation, as well as some techniques to help you develop these as FAST as possible!

Let me know what you think 🦁

Top comments (1)

Collapse
 
adrinalin4ik profile image
Alex Panfilkin

You can also try to use library npmjs.com/package/nestjs-graphql-t...