From f0683aab0512c54c09f6dd2c245bd27fdde6bc16 Mon Sep 17 00:00:00 2001 From: Felipe Artur Date: Thu, 11 Jul 2019 08:06:35 +0000 Subject: Improve Graphql Docs Adds more friendly docs for GraphQl implementation --- Gemfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 7280029654b..99dce3ba067 100644 --- a/Gemfile +++ b/Gemfile @@ -84,6 +84,7 @@ gem 'rack-cors', '~> 1.0.0', require: 'rack/cors' gem 'graphql', '~> 1.8.0' gem 'graphiql-rails', '~> 1.4.10' gem 'apollo_upload_server', '~> 2.0.0.beta3' +gem 'graphql-docs', '~> 1.6.0', group: [:development, :test] # Disable strong_params so that Mash does not respond to :permitted? gem 'hashie-forbidden_attributes' -- cgit v1.2.3