Integrate GraphQL #1

Merged
M1000fr merged 9 commits from feature/graphql into feature/auth 2024-11-28 13:19:29 +00:00
Showing only changes of commit abd6333da8 - Show all commits

View File

@ -10,7 +10,8 @@
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix"
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"preinstall": "node -e \"if(process.env.npm_execpath.indexOf('yarn') === -1) throw new Error('You must use Yarn to install, not NPM')\""
},
"dependencies": {
"@apollo/server": "^4.11.2",