MichalLytek / typegraphql-prisma

Prisma generator to emit TypeGraphQL types and CRUD resolvers from your Prisma schema

Home Page:https://prisma.typegraphql.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

valerii15298 opened this issue · comments

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