Replies: 3 comments 1 reply
-
you're using 3rd party compiler that does not emit types metadata, you need to enable emit redundant types in generator options |
Beta Was this translation helpful? Give feedback.
-
At the risk of saying something stupid, I'm not using anything special. The only third-party generator that I'm using is this one,
Am I missing something obvious? |
Beta Was this translation helpful? Give feedback.
-
Do you use |
Beta Was this translation helpful? Give feedback.
-
We're looking to use Type-GraphQL with our Prisma ORM. I feel like I've wired everything up correctly and I'm getting the following error on startup:
Obviously, all of these types and resolvers have been generated by way of
typegraphql-prisma
. And the second parameter seems to be typed. Plus, if I was to override the type, the generated file would be overwritten the next time I did aprisma generate
.Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions