Skip to content

Latest commit

 

History

History

graphql-helix

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Clone Repo and Navigate to Project

git clone https://github.com/ajcwebdev/a-first-look.git
cd backend/graphql-helix