Skip to content
This repository was archived by the owner on Mar 28, 2024. It is now read-only.

Commit f5ce027

Browse files
committed
chore: add typeorm and graphql
1 parent 11cd88e commit f5ce027

File tree

2 files changed

+1415
-45
lines changed

2 files changed

+1415
-45
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,15 @@
2323
"dependencies": {
2424
"@nestjs/common": "^7.0.7",
2525
"@nestjs/core": "^7.0.7",
26+
"@nestjs/graphql": "^7.2.1",
2627
"@nestjs/platform-express": "^7.0.7",
28+
"@nestjs/typeorm": "^7.0.0",
29+
"graphql": "^14.0.0",
30+
"graphql-tools": "^4.0.7",
2731
"reflect-metadata": "^0.1.13",
2832
"rimraf": "^3.0.2",
29-
"rxjs": "^6.5.5"
33+
"rxjs": "^6.5.5",
34+
"typeorm": "^0.2.24"
3035
},
3136
"devDependencies": {
3237
"@nestjs/cli": "^7.1.2",

0 commit comments

Comments
 (0)