I've updated prisma on my app and nothing else, when I run my API I get this error:
ERROR [GraphQLModule] Missing "driver" option. In the latest version of "@nestjs/graphql" package (v10) a new required configuration property called "driver" has been introduced. Check out the official documentation for more details on how to migrate (https://docs.nestjs.com/graphql/migration-guide).
Running yarn why @nestjs/graphql I get the following which clearly states I'm running version 9.
[1/4] Why do we have the module "@nestjs/graphql"...?
[2/4] Initialising dependency graph...
[3/4] Finding dependency...
[4/4] Calculating file sizes...
=> Found "@nestjs/graphql@9.2.7"
info Reasons this module exists
- "_project_#common" depends on it
- Hoisted from "_project_#common#@nestjs#graphql"
- Hoisted from "_project_#api#@nestjs#graphql"
info Disk size without dependencies: "6.97MB"
info Disk size with unique dependencies: "15.83MB"
info Disk size with transitive dependencies: "17.02MB"
info Number of shared dependencies: 36
Done in 0.95s.
Any ideas what's going on?