-
Notifications
You must be signed in to change notification settings - Fork 140
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
[Bug] TypeORM hooks not being triggered with nestjs-query #380
Comments
@GustavoLofrano I just tested this locally and it worked fine. If you can provide a repo I can try and help to diagnose the issue. |
I created the repository https://github.com/GustavoLofrano/school-app.graphql.git |
I think I found the problem. it works
does not work
|
Thanks! I'll take a look later today. |
@GustavoLofrano thanks again for the bug report and repo. I was able to reproduce and fix! If you update to version Let me know if you run into any additional issues. |
@doug-martin. I'll use your package a lot. I'm starting a big project and the graphql base will be your package. The productivity gain that I will have is very good. Whenever I find something, I will try to help. |
In UserEntity:
Don't hash the password in table:
without nestjs-query they work:
The text was updated successfully, but these errors were encountered: