Matt Krick
Matt Krick
I dig it, i'll merge tonight when i get a chance for a full review. In the mean time, since you're knee deep in this stuff right now, what's your...
Yep, same as I do here (https://github.com/ParabolInc/action/blob/master/src/server/graphql/httpGraphQLHandler.js#L10-L17). Just ignore the whole mapping junk, meatier is on an older version of GraphQL that doesn't require it. In another month or 2...
@chrbala RethinkDB (the technology) isn't going anywhere. ReQL is the most beautiful DB language I've ever used (JS bias acknowledged). The docs are the GOLD STANDARD for how docs should...
@quadsurf You'll have to pick between horizon & relay. Relay (both v1 and v2) doesn't support subscriptions, so using that with horizon is gonna be rough, unless you want to...
sorry, no time budget atm to dig in. if you figure it out i'll take a PR!
Nah, IMHO I'd try to convince you to move to NPM or another package system, a nice npm/webpack workflow is 100x smoother than bower.
You're absolutely right, it's really O(n/31) = O(n). That denominator is nontrivial for long running tasks & I remember digging through every library looking for something that didn't just run...
no worries, I wouldn't do it until every browser natively supports all features. guys who dont ship compatible builds are jerks ;)
@micahscopes i'd be up for a PR but I don't have the bandwidth right now. To incorporate the modules, i'd suggest something like https://philipwalton.com/articles/deploying-es2015-code-in-production-today/ for a graceful fallback.
fwiw, the 3 packages suggested didn't really suit our use case. I love graphql-shield's API for rules. I didn't like how it wrapped every field in a promise along with...