Product info mutation (#14)

* Add mutation for product info

* Upgrade to apollo 3
This commit is contained in:
Niklas Fondberg
2021-08-27 16:44:27 +02:00
committed by GitHub
parent 964a904f42
commit 2b67bc506f
18 changed files with 12777 additions and 1052 deletions
+7 -7
View File
@@ -11,12 +11,12 @@
"author": "",
"license": "ISC",
"dependencies": {
"apollo-datasource": "^0.9.0",
"apollo-datasource-rest": "^3.0.0",
"apollo-server": "^2.25.2",
"apollo-datasource": "^3.1.0",
"apollo-datasource-rest": "^3.2.0",
"apollo-server": "^3.3.0",
"async-redis": "^2.0.0",
"axios": "^0.21.1",
"datasource-sql": "^1.4.1",
"datasource-sql": "^1.5.0",
"dotenv": "^10.0.0",
"graphql": "^15.5.1",
"graphql-scalars": "^1.10.0",
@@ -24,12 +24,12 @@
"jwk-to-pem": "^2.0.5",
"knex-stringcase": "^1.4.5",
"nodemon": "^2.0.12",
"pg": "^8.6.0",
"pg": "^8.7.1",
"pg-hstore": "^2.3.4",
"prettier": "^2.3.2",
"stringcase": "^4.3.1",
"ts-node": "^10.1.0",
"typescript": "^4.3.5",
"ts-node": "^10.2.1",
"typescript": "^4.4.2",
"util": "^0.12.4",
"validator": "^13.6.0"
},