expose graphiql; temporary comment out postgraphile subscription setup;

update subscription setup after doc was fixed
This commit is contained in:
Taka Goto
2018-09-07 11:23:28 -05:00
parent ed5b6c8f14
commit d417b9cf3d
9 changed files with 61 additions and 30 deletions
+7 -2
View File
@@ -22,15 +22,17 @@
"homepage": "https://github.com/vulcanize/vulcanizedb",
"dependencies": {
"express-session": "1.15.6",
"graphql-subscriptions": "0.5.8",
"lodash": "4.17.10",
"passport": "0.4.0",
"pg-native": "3.0.0",
"postgraphile": "4.0.0-rc.4",
"graphql-subscriptions": "0.5.8",
"subscriptions-transport-ws": "0.9.14",
"toml": "2.3.3"
"toml": "2.3.3",
"pg": "6.4.2"
},
"devDependencies": {
"@types/graphql": "^0.13.4",
"@types/express": "4.16.0",
"@types/express-session": "1.15.10",
"@types/jasmine": "2.8.8",
@@ -47,5 +49,8 @@
"webpack": "4.17.1",
"webpack-cli": "3.1.0",
"webpack-dev-server": "3.1.6"
},
"resolutions": {
"pg": "6.4.2"
}
}