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
- Host: GitHub
- URL: https://github.com/weblancaster/graphql-poc
- Owner: weblancaster
- Created: 2015-08-13T07:05:21.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-14T20:08:18.000Z (almost 11 years ago)
- Last Synced: 2025-02-01T10:28:46.619Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 108 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`