feat(GraphQL): Initial revision of APIv2 GraphQL

This commit is contained in:
Josepablo C
2024-08-06 03:59:11 -06:00
parent 15abfe6c45
commit ae920ca2c7
13 changed files with 439 additions and 3 deletions

View File

@@ -27,10 +27,13 @@
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express": "^4.19.2",
"express-fileupload": "^1.4.1",
"express-jwt": "^8.4.1",
"form-data": "^4.0.0",
"graphql": "^16.9.0",
"graphql-http": "^1.22.1",
"graphql-scalars": "^1.23.0",
"helmet": "^7.0.0",
"jsonschema": "^1.4.1",
"jsonwebtoken": "^9.0.2",