-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Relations are throwing error when you use include. #324
Comments
@kidusdev Please provide the version number of |
Thx, I will verify and fix it as soon as possible. |
@medz it is in the generated user model check at the bottom of the issue code |
@kidusdev fix in |
@medz wow that was fast. 👏👏👏 it is solved. |
I should thank you for providing such accurate information so that I can quickly fix it and create test code for it. |
If the type in .prisma is primitive list type like Int[], then the generated fromJson will cause error:
|
Relations are not correctly converted to lists when finding user and its many posts.
When i go to the library's source code i found the issues on the generated model file
The text was updated successfully, but these errors were encountered: