sdy

add packages related with apollo-server

This diff is collapsed. Click to expand it.
......@@ -21,9 +21,17 @@
"@graphql-tools/schema": "^6.1.0",
"@prisma/client": "^2.2.2",
"@sendgrid/mail": "^7.2.1",
"apollo-server-express": "^2.17.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"country-data": "0.0.31",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"graphql": "^15.3.0",
"graphql-playground-middleware-express": "^1.7.18",
"helmet": "^4.1.0",
"helmet-csp": "^3.1.0",
"jsonwebtoken": "^8.5.1",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
......