Skip to content

onvbqalc/graphql-ruby

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4fdfd1f · Nov 4, 2020
May 1, 2020
Sep 20, 2019
Feb 11, 2020
Sep 4, 2020
Oct 27, 2020
Nov 3, 2020
Nov 4, 2020
Nov 4, 2020
Jul 30, 2018
Sep 20, 2017
Feb 29, 2020
Feb 11, 2020
Apr 2, 2020
Oct 19, 2016
Jan 11, 2020
Sep 29, 2020
Oct 16, 2016
Oct 29, 2020
May 27, 2017
Mar 25, 2020
Jan 4, 2019
Feb 5, 2015
Sep 16, 2020
May 27, 2017
May 27, 2017
Jan 7, 2020
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.5%
  • TypeScript 3.7%
  • HTML 1.0%
  • Yacc 0.8%
  • SCSS 0.4%
  • JavaScript 0.3%
  • Ragel 0.3%