Add type-graphql dependency and extend GraphQL schema with new types and fields

This commit is contained in:
2024-10-06 11:04:31 +07:00
parent 89eaffb5bb
commit aa5817fb06
5 changed files with 212 additions and 8 deletions

View File

@@ -53,7 +53,8 @@
"jsonwebtoken": "^9.0.2",
"passport-jwt": "^4.0.1",
"reflect-metadata": "^0.2.0",
"rxjs": "^7.8.1"
"rxjs": "^7.8.1",
"type-graphql": "^2.0.0-rc.2"
},
"devDependencies": {
"@clerk/types": "^4.23.0",