https://github.com/crapthings/graphql-server-playground
understand graphql-server without boilderplate
https://github.com/crapthings/graphql-server-playground
Last synced: about 1 year ago
JSON representation
understand graphql-server without boilderplate
- Host: GitHub
- URL: https://github.com/crapthings/graphql-server-playground
- Owner: crapthings
- Created: 2017-02-09T05:54:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-09T07:07:22.000Z (over 9 years ago)
- Last Synced: 2025-01-24T04:52:54.465Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 5.71 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# graphql-server-playground
```
npm i
npm start
```
### refs
[Facebook Recommend Graphql Server](http://graphql.org/code/#graphql-server-http-dev-apollodata-com-tools-graphql-server-index-html-github-https-github-com-apollostack-graphql-server-npm-https-www-npmjs-com-package-graphql-server)
[Graphql Server (Apollo Server)](http://dev.apollodata.com/tools/graphql-server/index.html)
[Official Graphql Server Example](https://github.com/apollographql/frontpage-server)