Popularity
9.5
Growing
Activity
9.8
Growing
5,338
84
1,358

Code Quality Rank: L4
Monthly Downloads: 2,455,667
Programming language: Ruby
License: MIT License
Tags: API Builder     API     GraphQL    
Latest version: v2.0.15

graphql alternatives and similar gems

Based on the "API Builder" category.
Alternatively, view graphql alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of graphql or a related project?

Add another 'API Builder' Gem

README

graphql

CI Suite Gem Version

A Ruby implementation of GraphQL.

Installation

Install from RubyGems by adding it to your Gemfile, then bundling.

# Gemfile
gem 'graphql'
$ bundle install

Getting Started

$ 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".

Upgrade

I also sell GraphQL::Pro which provides several features on top of the GraphQL runtime, including Pundit authorization, CanCan authorization, Pusher-based subscriptions and persisted queries. Besides that, Pro customers get email support and an opportunity to support graphql-ruby's development!

Goals

  • Implement the GraphQL spec & support a Relay front end
  • Provide idiomatic, plain-Ruby API with similarities to reference implementation where possible
  • Support Ruby on Rails and Relay

Getting Involved