shimbaco / graphql-ruby

Ruby implementation of GraphQL

Home Page:http://graphql-ruby.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 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

http://graphql-ruby.org

License:MIT License


Languages

Language:Ruby 93.1%Language:JavaScript 3.6%Language:HTML 1.1%Language:Yacc 1.0%Language:CSS 0.7%Language:Ragel 0.4%