graphql-tutorial with ruby
Install from RubyGems by adding it to your Gemfile, then bundling.
gem 'graphql'
$ bundle install
$ rails generate graphql:install
After this, you may need to run bundle install again, as by default graphiql-rails is added on installation.