Describe the bug
Hello, I recently updated my nestjs' project by following the official guide available here.
Sadly, it looks like the new type definition of Graphql is not compatible with perch-query-builder.
Is it planned to support Graphql@16?
Logs:
Argument of type 'import("/node_modules/graphql/type/definition").GraphQLResolveInfo' is not assignable to parameter of type 'import("/perch-query-builder/node_modules/graphql/type/definition").GraphQLResolveInfo'.
Types of property 'fieldNodes' are incompatible.
To Reproduce
Steps to reproduce the behavior:
Create new nestjs project
Install graphql (npm i @nestjs/graphql @nestjs/apollo graphql apollo-server-express)
Describe the bug Hello, I recently updated my nestjs' project by following the official guide available here. Sadly, it looks like the new type definition of Graphql is not compatible with perch-query-builder. Is it planned to support Graphql@16?
Logs:
To Reproduce Steps to reproduce the behavior:
npm i @nestjs/graphql @nestjs/apollo graphql apollo-server-express
)npm run start:dev
)Expected behavior Compatibility with graphql@16.
Additional context NestJS update: