Skip to content

Likely one of the smallest GraphQL servers around

Notifications You must be signed in to change notification settings

braidn/tiny-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simplest GraphQl Server

Sometimes these things don't really have to be super complicated. Has anyone seen the amount of modules that Apollo brings with it? Yeah... Perhaps great for a gateway but, overkill for something dead simple.

This repo explores making the tiniest GraphQl server possible. Some use cases (maybe):

  • Quick Lambda functions
  • Intermediary service/api layer between two rest APIs
  • Building something FAST

Building the App

npx rollup --format=cjs --file=bundle.js -- index.mjs

Building the Docker Image

docker build -t someName .

About

Likely one of the smallest GraphQL servers around

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published