Changed GraphQL Driver to Apollo

This commit is contained in:
R40fendt
2026-01-29 19:43:36 +01:00
parent b9b64f3572
commit be19571e30
3 changed files with 8 additions and 33 deletions

View File

@@ -19,7 +19,7 @@
"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"
},
"dependencies": {
"dependencies": {
"@nestjs/common": "^11.0.1",
"@nestjs/core": "^11.0.1",
"@nestjs/graphql": "^13.2.3",
@@ -56,7 +56,8 @@
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0"
},
"jest": {
"jest": {
"moduleFileExtensions": [
"js",
"json",