We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Create mutations are allowing Updates to user data.
If this is what we want then it should be documented. If not then it should raise and error or just return the old data.
I think my preference is for it to return the old data.
The text was updated successfully, but these errors were encountered:
Fix for issue #65
4085c56
* [FIXED] Issue where creating or updating allows specifying primary keys #65
7006fd5
f0606b6
Fixed in @nestjs-query/query-typeorm v0.7.3
v0.7.3
Sorry, something went wrong.
No branches or pull requests
Create mutations are allowing Updates to user data.
If this is what we want then it should be documented. If not then it should raise and error or just return the old data.
I think my preference is for it to return the old data.
The text was updated successfully, but these errors were encountered: