Hacker News new | ask | show | jobs
by leebyron 3385 days ago
Awesome way to leverage the schema definition files to set up a super fast server. I see this being really useful for quick prototyping or for hackathons.
2 comments

We did this for the whole schema (in an Erlang port of the GraphQL server). It turns out to work extremely well for our use case, and it seems to fit better to the Erlang model of working with the code.
Thanks Lee!

Would love to see Schema Definitions land in GraphQL proper btw :-)