Setup

bundle
bin/rails db:setup

Query GraphQL

Blog
curl -XPOST -d 'query={ blog(id: 1) { title content }}' http://localhost:3000/queries
Blog & Author
curl -XPOST -d 'query={ blog(id: 1) { title content author { name }}}' http://localhost:3000/queries