Skip to content

Commit 793780e

Browse files
committed
chore(deps): added graphql dependencies
1 parent 2b69040 commit 793780e

File tree

2 files changed

+445
-10
lines changed

2 files changed

+445
-10
lines changed

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,14 @@
1919
"test:e2e": "jest --config ./test/jest-e2e.json"
2020
},
2121
"dependencies": {
22+
"@nestjs/apollo": "^10.0.12",
2223
"@nestjs/common": "^8.4.5",
2324
"@nestjs/config": "^2.0.1",
2425
"@nestjs/core": "^8.4.5",
26+
"@nestjs/graphql": "^10.0.12",
2527
"@nestjs/platform-fastify": "^8.4.5",
28+
"apollo-server-fastify": "^3.7.0",
29+
"graphql": "^16.5.0",
2630
"reflect-metadata": "^0.1.13",
2731
"rimraf": "^3.0.2",
2832
"rxjs": "^7.5.5"

0 commit comments

Comments
 (0)