Want to add something? Please open a pull request on GitHub!
graphql-ruby
+ Rails demo (src / heroku)graphql-ruby
+ Sinatra demo (src / heroku)graphql-batch
, a batched query execution strategygraphql-cache
, a resolver-level caching solutiongraphql-devise
, a gql interface to handle authentication with Devisegraphql-docs
, a tool to automatically generate static HTML documentation from your GraphQL implementationgraphql-metrics
, a plugin to extract fine-grain metrics of GraphQL queries received by your servergraphql-stitching
, tools to combine multiple local and remote schemas into a single graph that queries as onegraphql-groups
, a DSL to define group- and aggregation queries with graphql-rubygraphql-activerecord
graphql-rails-resolve
graphql-query-resolver
, a graphql-ruby add-on to minimize N+1 queries.graphql-rails_logger
, a logger which allows you to inspect GraphQL queries in a more readable format.apollo_upload_server-ruby
, a middleware which allows you to upload files with GraphQL and multipart/form-data using apollo-upload-client
library on front-end.graphql-sources
a collection of common GraphQL sources to simplify using ActiveRecord
, ActiveStorage
, Rails.cache
, and more.graphql-filters
, a DSL to define fully typed filters for list fields.search_object_graphql
, a DSL for defining search resolvers for GraphQL.action_policy-graphql
, an integration for using action_policy
as an authorization framework for GraphQL applications.graphql_rails
, Rails way GraphQL build toolgraphql-rails-generators
, Generate graphql-ruby mutations, types and input types from your ActiveRecord models.graphql-ruby-fragment_cache
, a tool for caching response fragments.graphql-ruby-persisted_queries
, the implementation of Apollo persisted queries.rubocop-graphql
, rubocop extension for enforcing best practices.apollo-federation-ruby
, a Ruby implementation of the Apollo Federation subgraph spec.Rails/GraphQL + React/Apollo Tutorial (Part 1, Part 2, Part 3) by @evilmartians