feat(graphq): started a simple graphql server

This commit is contained in:
blam
2020-07-23 20:55:12 +02:00
parent 61257d533a
commit be2ed9b77e
5 changed files with 887 additions and 127 deletions
+4
View File
@@ -23,8 +23,11 @@
"dependencies": {
"@backstage/backend-common": "^0.1.1-alpha.15",
"@types/express": "^4.17.6",
"apollo-server": "^2.16.0",
"apollo-server-express": "^2.16.0",
"express": "^4.17.1",
"express-promise-router": "^3.0.3",
"graphql": "^15.3.0",
"whatwg-fetch": "^2.0.0",
"winston": "^3.2.1",
"yn": "^4.0.0"
@@ -32,6 +35,7 @@
"devDependencies": {
"@backstage/cli": "^0.1.1-alpha.15",
"@types/supertest": "^2.0.8",
"eslint-plugin-graphql": "^4.0.0",
"msw": "^0.19.5",
"supertest": "^4.0.2"
},