An open API service indexing awesome lists of open source software.

https://github.com/weblancaster/graphql-poc

just a quick GraphQL experiment
https://github.com/weblancaster/graphql-poc

Last synced: about 1 year ago
JSON representation

just a quick GraphQL experiment

Awesome Lists containing this project

README

          

# GraphQL Experiment

Just a quick GraphQL experimentation

Install dependencies

`npm install`

Start the server

`npm start`

Run the queries in a new terminal tab

`curl -XPOST -H 'Content-Type:application/graphql' -d '{ people { fname, lname, age } }' http://localhost:3000/graphql`