Playing with Queries, and Playground

This commit is contained in:
2022-09-08 20:39:24 +02:00
parent 31e7aec64d
commit 2a70074382
8 changed files with 26 additions and 27 deletions

View File

@@ -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",