You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Screenshot
.
Description:
I have a blitz.js project and I am using the default
graphql-apollo-server
recipe and after runningblitz prisma generate
it gets stuck after printing: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
The text was updated successfully, but these errors were encountered: