feat(graphql): added simple graphql service with new backend plugin

This commit is contained in:
blam
2020-07-23 20:21:16 +02:00
parent 360200387e
commit 61257d533a
10 changed files with 57 additions and 15 deletions
+5 -4
View File
@@ -25,14 +25,15 @@
"@types/express": "^4.17.6",
"express": "^4.17.1",
"express-promise-router": "^3.0.3",
"yn": "^4.0.0",
"whatwg-fetch": "^3.2.0"
"whatwg-fetch": "^2.0.0",
"winston": "^3.2.1",
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.1.1-alpha.15",
"@types/supertest": "^2.0.8",
"supertest": "^4.0.2",
"msw": "^0.19.5"
"msw": "^0.19.5",
"supertest": "^4.0.2"
},
"files": [
"dist"