A simple GraphQL MongoDB server, using Express, Babel, Mongoose and just that. Feel free to clone the repository, submit changes and so on.
Run just the server on https://localhost:4000/graphql:
$ npm install
$ npm run server
MIT (c) Yaniv Peretz (@Yaniv)