Demo app showing how to build a simple blog with GraphQL API.
Slide: http://slides.com/waynechu/graphql
git clone https://github.com/wayne5540/graph_blog.git
cd graph_blog
bundle install
rake db:create & rake db:migrate & rails sThen go to http://localhost:3000/graphiql play around.
MIT