Cauen / prisma-generator-pothos-codegen

The fastest way to create a fully customizable CRUD Graphql API from Prisma Schema.
https://www.npmjs.com/package/prisma-generator-pothos-codegen
100 stars 19 forks source link

Support/Example to Nextjs Serverless #15

Closed Cauen closed 1 year ago

Cauen commented 1 year ago

When use nextjs, the various "export * from ..." break the application We need to switch to all exports having names.

Cauen commented 1 year ago

New version 0.5.0 solves this issue