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 s
Then go to http://localhost:3000/graphiql
play around.
MIT