Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing extends in items.interface.ts in Blog/Nest-CRUD #93

Closed
eddiemuss opened this issue Feb 15, 2021 · 1 comment
Closed

Missing extends in items.interface.ts in Blog/Nest-CRUD #93

eddiemuss opened this issue Feb 15, 2021 · 1 comment

Comments

@eddiemuss
Copy link

I think you missed to extends Document in item.interface.ts you did it in your article about graphQL.

To better describe my problem: By following the instruction on crash course nest I get the type errors that in items.service.ts save is not defined with I think is related that the Type Item doesn't contain all the logic from mongoose.

Both Blog posts are well written. It's fun to follow them and to get a first view into Nest.

@TannerGabriel
Copy link
Owner

Great to hear that you enjoyed the articles, and thank you for the feedback. I will take a look at the file and fix it if needed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants