Merge branch 'bvl-graphql-start-34754' into 'master'
GraphQL setup: Basic Project and Merge request endpoint Closes #34754 See merge request gitlab-org/gitlab-ce!19008
Showing
... | ... | @@ -93,6 +93,10 @@ gem 'grape', '~> 1.0' |
gem 'grape-entity', '~> 0.7.1' | ||
gem 'rack-cors', '~> 1.0.0', require: 'rack/cors' | ||
# GraphQL API | ||
gem 'graphql', '~> 1.8.0' | ||
gem 'graphiql-rails', '~> 1.4.10' | ||
# Disable strong_params so that Mash does not respond to :permitted? | ||
gem 'hashie-forbidden_attributes' | ||
... | ... |
app/graphql/gitlab_schema.rb
0 → 100644
app/graphql/mutations/.keep
0 → 100644
doc/api/graphql/index.md
0 → 100644
lib/gitlab/graphql.rb
0 → 100644
Please register or sign in to comment