feat(middleware): add middleware for authorization
parent
c6c07e46
No related branches found
No related tags found
authorization.js
0 → 100644
... | ... | @@ -32,6 +32,8 @@ |
"cookie-parser": "^1.4.5", | ||
"cors": "^2.8.5", | ||
"express": "^4.17.1", | ||
"graphql-middleware": "^4.0.2", | ||
"graphql-shield": "^7.2.6", | ||
"helmet": "^3.22.0", | ||
"http-status-codes": "^1.4.0", | ||
"lodash": "^4.17.15", | ||
... | ... |
src/graphqlSchema.js
0 → 100644
Please register or sign in to comment