Example Project from A First Look at GraphQL Helix
GraphQL Helix is a framework and runtime agnostic collection of utility functions for building your own GraphQL HTTP server. Instead of providing a complete HTTP server or middleware plugin function, GraphQL Helix only provides a handful of functions for turning an HTTP request into a GraphQL execution result. You decide how to send back the response.
git clone https://github.com/ajcwebdev/a-first-look.git
cd backend/graphql-helix