graphql setup

This commit is contained in:
João Geonizeli
2022-08-15 07:08:51 -03:00
parent 0e27984e8e
commit 458d9a1376
10 changed files with 585 additions and 64 deletions

View File

@@ -21,9 +21,13 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs/apollo": "^10.0.19",
"@nestjs/common": "^9.0.0",
"@nestjs/core": "^9.0.0",
"@nestjs/graphql": "^10.0.21",
"@nestjs/platform-express": "^9.0.0",
"apollo-server-express": "^3.10.1",
"graphql": "^16.5.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^7.2.0"