nextjs-ts-prisma-auto-graphql icon indicating copy to clipboard operation
nextjs-ts-prisma-auto-graphql copied to clipboard

Upgrade GraphQL to v16 and resolve peer dependency issues

Open bcanfield opened this issue 3 years ago • 3 comments
trafficstars

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.

  • Wait a reasonable time for type-graphql to catch up
  • Move to an alternate library
  • Write a custom solution (No thanks)

bcanfield avatar Jul 21 '22 15:07 bcanfield

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

keonik avatar Jul 07 '23 17:07 keonik

For now until we find an alternative stick with GraphQL 15

keonik avatar Jul 07 '23 17:07 keonik

The beta versions support graphql 16 fyi.

mwillbanks avatar Jul 16 '23 16:07 mwillbanks