Working connection to app sync

This commit is contained in:
Ben Ramey
2018-05-26 18:27:46 -05:00
committed by benjaminramey
parent d7330814b6
commit 3e817a771e
5 changed files with 60 additions and 3 deletions

View File

@@ -15,7 +15,15 @@
"deploy": "aws s3 sync .\\dist\\ s3://lunchrun-public --delete"
},
"dependencies": {
"apollo-cache-inmemory": "^1.2.1",
"apollo-client": "^2.3.1",
"apollo-link": "^1.2.2",
"apollo-link-http": "^1.5.4",
"aws-appsync": "^1.0.22",
"graphql": "^0.13.2",
"graphql-tag": "^2.9.2",
"vue": "^2.5.2",
"vue-apollo": "^3.0.0-beta.14",
"vue-router": "^3.0.1"
},
"devDependencies": {