How to fix Expected undefined to be a GraphQL schema in Nest JS
This problem is the Graphql version are not compatible with Nest JS version. to fix the problem you just downgrade Graphql version in package.json and run npm install again.
This problem is the Graphql version are not compatible with Nest JS version. to fix the problem you just downgrade Graphql version in package.json and run npm install again.