DEV Community

Discussion on: Three in one (code first) : NestJs & GraphQl & Mongoose

Collapse
 
atifmahmood1566 profile image
AtifMahmood1566

Overall it is a good article for a beginner to understand about nest and graphql. The only problem i am facing while running the project is the following error.

Error: Cannot determine a GraphQL input type nullfor the "_id". Make sure your class is decorated with an appropriate decorator.

Collapse
 
lotfi profile image
Lotfi

Did you get the error on trying to run the project in the git repository?