Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

GraphQL example

Basic GraphQL API with tinyhttp and express-graphql.

Setup

tinyhttp new graphql

Run

node index.js

Open GraphiQL in the browser, or try with curl:

curl 'http://localhost:3000/graphql?query={%0A++hello%0A}'