Skip to content

Commit 966669f

Browse files
feat(overmind-graphql): new API, now an effect which also supports subscriptions
1 parent 2d83a26 commit 966669f

File tree

4 files changed

+393
-109
lines changed

4 files changed

+393
-109
lines changed

package-lock.json

Lines changed: 164 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"url": "git+https://github.com/cerebral/overmind.git"
2525
},
2626
"dependencies": {
27+
"@absinthe/socket": "0.2.1",
2728
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
2829
"@babel/plugin-transform-runtime": "^7.2.0",
2930
"@babel/preset-env": "^7.2.0",
@@ -45,6 +46,7 @@
4546
"npm": "6.3.0",
4647
"page": "1.8.6",
4748
"petit-dom": "0.2.2",
49+
"phoenix": "1.4.13",
4850
"preact": "8.3.1",
4951
"preact-compat": "3.18.4",
5052
"prismjs": "1.15.0",

packages/node_modules/overmind-graphql/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@
3434
"graphql": "^14.5.8",
3535
"graphql-request": "^1.8.2",
3636
"graphql-tag": "^2.10.1",
37-
"overmind": "next"
37+
"overmind": "next",
38+
"@absinthe/socket": "^0.2.1",
39+
"phoenix": "^1.4.13"
3840
},
3941
"devDependencies": {
4042
"@types/node": "^12.11.6",

0 commit comments

Comments
 (0)