MileTwo / nextjs-ts-prisma-auto-graphql

Next.js example with TypeScript, Prisma, GraphQL, TypeGraphQL Automatic CRUD operations, Material UI, ESlint, Prettier, and Jest
40 stars 6 forks source link

Upgrade GraphQL to v16 and resolve peer dependency issues #195

Open bcanfield opened 2 years ago

bcanfield commented 2 years ago

The main problem here is type-graphql is still using GraphQL v15. So there is no guaranteed way for us to migrate to GraphQL 16 without some potential breaking changes.

This issue is just here to serve as a discussion starter for an agreed-upon path forward.

keonik commented 1 year ago

This looks to be the jumping-off point for removing type-graphql-prisma 😢 Prisma had a restructure that affected typegraphql-prisma library.

keonik commented 1 year ago

For now until we find an alternative stick with GraphQL 15

mwillbanks commented 1 year ago

The beta versions support graphql 16 fyi.