Sachin Jani
08/18/2020, 2:32 PMtsc
build it throws this error. This issue is of nexus-prisma-generate I think.
blog ref: https://www.prisma.io/blog/datamodel-v11-lrzqy1f56c90 by @nikolasburkSachin Jani
08/18/2020, 2:38 PMSachin Jani
08/18/2020, 2:46 PMSachin Jani
08/18/2020, 3:05 PMnexus-prisma-generate
it should filter out the relation type.
npx nexus-prisma-generate --client ./src/generated/prisma-client --output ./src/generated/nexus-prisma # Runs the codegen tool from nexus-prisma.
Is there any way here I can pass config to this to ignore the relation type such as BrandToState
in my schema.Sachin Jani
08/18/2020, 3:06 PM