Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Artur <fcardozo@gitlab.com>2019-07-11 11:06:35 +0300
committerSean McGivern <sean@gitlab.com>2019-07-11 11:06:35 +0300
commitf0683aab0512c54c09f6dd2c245bd27fdde6bc16 (patch)
tree210dc43a22594bcbc5b40e421b7b56b7d31a5e83 /Gemfile
parent3a55ba7de49a1e3ce54bbf7b10640d66ed5af0bc (diff)
Improve Graphql Docs
Adds more friendly docs for GraphQl implementation
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
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'