-
Notifications
You must be signed in to change notification settings - Fork 79
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
relation filter is not created #213
Comments
@unlight I also want to add to this issue. previewFeatures = ["relationJoins"] doesn't work either. I'm faced with passing a graphql "include" prisma field. But it is not generated. This is a big drawback of this package that cuts off a large piece of prisma functionality in filtering nested fields
, I had to enter it manually.
Here is my config:
|
i figured out in the meantime that the relation filter is not generated because "areaId" is optional. However AreaNullableRelationFilter must be generated |
Given this models:
The generated file:
../../prisma/inputs/area-relation-filter.input
is empty but is needed by
checkin/inputs/checkin-where-unique.input.ts
Current versions of prisma and prisma-nestjs-graphql are used
The text was updated successfully, but these errors were encountered: