I get these kind of errors when trying to run nexu...
# prisma-migrate
j
I get these kind of errors when trying to run nexus-prisma:
Copy code
nexus-prisma.ts:2580:25 - error TS2694: Namespace '"/.../prisma-client/index"' has no exported member 'SomeExample'.
Did I generate the prisma-client in the wrong way? Do I miss to add something to my datamodel.prisma?