Skip to content

krapans/graphql-ruby

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 27, 2021
792f276 · Jan 27, 2021
Jan 18, 2021
Jan 6, 2021
Feb 11, 2020
Dec 16, 2020
Jan 26, 2021
Nov 16, 2020
Jan 27, 2021
Jan 26, 2021
Jul 30, 2018
Sep 20, 2017
Feb 29, 2020
Feb 11, 2020
Oct 19, 2016
Dec 16, 2020
Jan 25, 2021
Oct 16, 2016
Jan 27, 2021
May 27, 2017
Jan 5, 2021
Jan 4, 2019
Feb 5, 2015
Jan 5, 2021
May 27, 2017
May 27, 2017
Jan 20, 2021
Nov 19, 2020

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.2%
  • TypeScript 3.9%
  • HTML 1.0%
  • Yacc 0.8%
  • SCSS 0.5%
  • JavaScript 0.3%
  • Ragel 0.3%