Skip to content

stanishev/graphql-ruby

This branch is 5540 commits behind rmosolgo/graphql-ruby:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

85ecd80 · Oct 24, 2019
Mar 13, 2017
Oct 5, 2018
Feb 6, 2019
Feb 6, 2019
Oct 11, 2019
Sep 18, 2019
Oct 24, 2019
Oct 24, 2019
Jul 30, 2018
Sep 20, 2017
Jul 15, 2019
May 22, 2019
Jul 30, 2019
Oct 19, 2016
Feb 6, 2019
Oct 10, 2019
Oct 16, 2016
Oct 14, 2019
May 27, 2017
May 23, 2019
Jan 4, 2019
Feb 5, 2015
Jul 14, 2019
May 27, 2017
May 27, 2017
Sep 9, 2019
Jun 22, 2019

Repository files navigation

graphql graphql-ruby

Build Status Gem Version Code Climate Test Coverage built with love

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

About

Ruby implementation of GraphQL

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 93.7%
  • JavaScript 3.5%
  • Other 2.8%