MichalLytek / typegraphql-prisma

Prisma generator to emit TypeGraphQL types and CRUD resolvers from your Prisma schema
https://prisma.typegraphql.com
MIT License
891 stars 113 forks source link

Use graphql-parse-resolve-info instead of graphql-fields #380

Open valerii15298 opened 1 year ago

valerii15298 commented 1 year ago

Describe the issue Package graphql-fields is deprecated: https://github.com/robrichard/graphql-fields#deprecation-notice

Are you able to make a PR that fix this? Maybe in the future but for now I lack knowledge for it

Additional context They recommend using graphql-parse-resolve-info instead: guthub repo