Ruby implementation of GraphQL
5,445
stars
9,356
commits
Ruby
primary language
Sep 10, 2026
updated
A Ruby implementation of GraphQL.
Install from RubyGems by adding it to your Gemfile, then bundling.
# Gemfile
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.
Or, see "Getting Started".
I also sell GraphQL::Pro which provides several features on top of the GraphQL runtime, including:
Besides that, Pro customers get email support and an opportunity to support graphql-ruby's development!
(top 30 of 398)
Ruby
87.6%
C
4.6%
TypeScript
4.3%
HTML
1.6%
Ruby implementation of GraphQL
5,445
stars
9,356
commits
Ruby
primary language
Sep 10, 2026
updated
A Ruby implementation of GraphQL.
Install from RubyGems by adding it to your Gemfile, then bundling.
# Gemfile
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.
Or, see "Getting Started".
I also sell GraphQL::Pro which provides several features on top of the GraphQL runtime, including:
Besides that, Pro customers get email support and an opportunity to support graphql-ruby's development!
(top 30 of 398)
Ruby
87.6%
C
4.6%
TypeScript
4.3%
HTML
1.6%