Playing with Queries, and Playground
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
"test:e2e": "jest --config ./test/jest-e2e.json",
|
||||
"gen:types": "ts-node ./graphql/generate.typings",
|
||||
"prisma:gen": "prisma generate --watch",
|
||||
"dev": "concurrently \"yarn:start:dev\" \"yarn:gen:types\" \"yarn:prisma:gen\""
|
||||
"dev": "concurrently \"npm:start:dev\" \"npm:gen:types\" \"npm:prisma:gen\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@nestjs/apollo": "^10.1.0",
|
||||
|
||||
Reference in New Issue
Block a user