Skip to content

thomasmarshall/graphql-ruby

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

Folders and files

NameName
Last commit message
Last commit date
Oct 4, 2024
Apr 12, 2024
Nov 24, 2021
Jul 20, 2024
Aug 13, 2024
Oct 8, 2024
Sep 30, 2024
Oct 10, 2024
Oct 10, 2024
Jul 30, 2018
Sep 20, 2017
May 20, 2024
Sep 12, 2024
Oct 19, 2016
Oct 1, 2024
Sep 4, 2024
Oct 16, 2016
Oct 7, 2024
May 27, 2017
Mar 7, 2024
Feb 5, 2015
Jun 12, 2024
May 27, 2017
May 27, 2017
Sep 12, 2024
Jan 6, 2024

Repository files navigation

graphql graphql-ruby

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:

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

  • Say hi & ask questions in the #graphql-ruby channel on Discord.
  • Report bugs by posting a description, full stack trace, and all relevant code in a GitHub issue.
  • Start hacking with the Development guide.

About

Ruby implementation of GraphQL

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 86.1%
  • C 5.7%
  • TypeScript 4.8%
  • HTML 1.1%
  • Yacc 0.9%
  • SCSS 0.6%
  • Other 0.8%