# Ruby
# Tutorials
# Server libraries
- graphql-ruby - Ruby implementation of Facebook's GraphQL.
# Tools
- quicktype Generate types for GraphQL queries
- graphiql-rails Mount the GraphiQL IDE in Ruby on Rails.
# TODO
- graphql-parser - A small ruby gem wrapping the libgraphqlparser C library for parsing GraphQL.
- graphql-client - A Ruby library for declaring, composing and executing GraphQL queries.
- graphql-batch - A query batching executor for the graphql gem.
- batch-loader – A powerful tool to avoid N+1 queries without extra dependencies or primitives.
- graphql-guard - A simple field-level authorization for the graphql gem.