Hacker News new | ask | show | jobs
by yen223 2974 days ago
We use GraphQL in production. A combination of GraphQL schema types and Flow types means, at compile time we can catch a lot of client-side bugs caused by server-side changes.

It's a real game-changer.