pablo
02/27/2019, 5:10 PM--js
to your nexus-prisma-generate
command in prisma.yml
and 2.) in schema.js
replace __dirname
with path.resolve(__dirname)
. I almost gave up on prisma-nexus
until I figured this out. Took me a while to find the fix so I wanted to share.