<div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Sat, Mar 25, 2017 at 3:43 AM Danniel Condez <<a href="mailto:ducondez@gmail.com">ducondez@gmail.com</a>> wrote:<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr" class="gmail_msg"><div class="gmail_msg">And it sounds like you built your own graphQL layer as well. What did you think about <a href="https://github.com/graphql-erlang/graphql" class="gmail_msg" target="_blank">https://github.com/graphql-erlang/graphql</a> ?</div><div class="gmail_msg"><br class="gmail_msg"></div></div></blockquote><div><br></div><div> Looks nice. Our implementation is a bit ahead of that though:</div><div><br></div><div>* We can lint and type check schemas as well as queries</div><div>* We have validations in place</div><div>* We have directives in place</div><div>* We parse the graphql.schema and bind it functions of the form</div><div><br></div><div>execute(Context, CurObj, Field, Args) -> {ok, Res} | {error, Reason} | no_return()</div><div><br></div><div>Our implementation is also closer to a typical compiler toolchain: compile queries into query plans. Execute those. I've started a bit on the documentation, but I'll make sure to open up our repository before that is totally done.</div><div><br></div></div></div>