Backend Jun 20, 2019

Compiling GraphQL to be Blazing Fast

GraphQL has become a mainstream alternative to REST. The large majority of open source solutions are based on a runtime approach to execute queries. We built a compiler for GraphQL that compiles each query to JS that is between 10 to 50 times faster than the runtime approach.