graphql-nexus/nexus-prisma

Prisma generate get's stuck after adding nexusPrisma generator block to prisma schema

maxall41 opened this issue · 1 comments

Screenshot

Screen Shot 2022-01-28 at 2 39 34 PM.

Description:

I have a blitz.js project and I am using the default graphql-apollo-server recipe and after running blitz prisma generate it gets stuck after printing:

Environment variables loaded from .env
Prisma schema loaded from db/schema.prisma

This also happens if I manually install nexus-prisma and add the generator block to my schema.
I am using nexus-prisma version: 0.35.0

Posted a solution here: #186 (comment)