GraphQL Server.

This commit is contained in:
2022-09-08 01:24:55 +02:00
parent 48545030fd
commit e06850eec4
12 changed files with 806 additions and 17 deletions

View File

@@ -17,17 +17,24 @@
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "jest --config ./test/jest-e2e.json"
"test:e2e": "jest --config ./test/jest-e2e.json",
"generate": "ts-node ./src/graphql/generate.typings"
},
"dependencies": {
"@nestjs/apollo": "^10.1.0",
"@nestjs/common": "^9.0.0",
"@nestjs/config": "^2.2.0",
"@nestjs/core": "^9.0.0",
"@nestjs/graphql": "^10.1.1",
"@nestjs/mapped-types": "*",
"@nestjs/platform-express": "^9.0.0",
"apollo-server-express": "^3.10.2",
"graphql": "^16.6.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^7.2.0",
"supertokens-node": "^11.3.0"
"supertokens-node": "^11.3.0",
"ts-morph": "^16.0.0"
},
"devDependencies": {
"@nestjs/cli": "^9.0.0",