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

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

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)