-
Notifications
You must be signed in to change notification settings - Fork 171
Update graphql to 0.5.0, closes #130 #131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
app boots with these changes and appears to work on a quick perusal but the test suite fails on a rethinkdb call I don't have time to track down right now |
nice! let's give it a couple days to hit npm, npm still doesn't treat github repos right (3 years and counting! npm/npm#3081), also it doesn't allow for local caching, which kills if you're installing from a country with less-than-great internet. |
yeah npm + git = 😢 graphql actually isn't usable directly from git anyway since @leebyron changes the build dir in his prepublish hook |
wowwww, if anyone wanted to compete with npm, now would definitely be the time for it. npm3 10x slowdown + left-pad + a book of unresolved issues... |
definitely time for gx |
well, at least the name is better than ipfs 😄. looks like it's getting a lil traction in JS land, too: https://github.com/ipmjs/gx-node this could get interesting... |
next release of graphql has breaking changes see graphql/graphql-js#d7cc6f9aed462588291bc821238650c98ad53580
1365136
to
686f947
Compare
rebased and bumped graphql dep to latest |
Looks good! Just 1 question... in the spec, the param for I like how clean it is now, but the |
Very good point. I'll look into that, and likely move the socket in too. |
next release of graphql has breaking changes
see graphql/graphql-js@d7cc6f9
not ready for merge