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-libgraphqlparser
, bindings to libgraphqlparser, a C-level parser.graphql-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-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.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 toolRails/GraphQL + React/Apollo Tutorial (Part 1, Part 2, Part 3) by @evilmartians