DEV Community

Cover image for How to build a Schema First NestJS GraphQL Server
Kelvin Mai
Kelvin Mai

Posted on

How to build a Schema First NestJS GraphQL Server

This is a video on how to create a simple schema first graphql server in nestjs based on the apollo graphql tutorial app that uses the spacex api as it's data source.

Top comments (2)

Collapse
 
tholander profile image
Théo Holander

Nice job man ! Really cool and smooth video !
I'd love to see what comes next. If you give some tips on authentication and authorization with GraphQL it would super great

BTW, I love how good and cleanyour DE looks. What is it ?

Collapse
 
adrinalin4ik profile image
Alex Panfilkin

Nice video! You can also try to use npmjs.com/package/nestjs-graphql-t... to overcome all problems with graphql resolvers.