-
- Downloads
Improve Graphql Docs
Adds more friendly docs for GraphQl implementation
Showing
- Gemfile 1 addition, 0 deletionsGemfile
- Gemfile.lock 12 additions, 0 deletionsGemfile.lock
- doc/api/graphql/index.md 6 additions, 0 deletionsdoc/api/graphql/index.md
- doc/api/graphql/reference/index.md 507 additions, 0 deletionsdoc/api/graphql/reference/index.md
- lib/gitlab/graphql/docs/helper.rb 50 additions, 0 deletionslib/gitlab/graphql/docs/helper.rb
- lib/gitlab/graphql/docs/renderer.rb 43 additions, 0 deletionslib/gitlab/graphql/docs/renderer.rb
- lib/gitlab/graphql/docs/templates/default.md.haml 25 additions, 0 deletionslib/gitlab/graphql/docs/templates/default.md.haml
- lib/tasks/gitlab/graphql.rake 26 additions, 0 deletionslib/tasks/gitlab/graphql.rake
Loading
| Loading
| @@ -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' | ||
Loading
| Loading
|
doc/api/graphql/reference/index.md
0 → 100644
lib/gitlab/graphql/docs/helper.rb
0 → 100644
lib/gitlab/graphql/docs/renderer.rb
0 → 100644
lib/tasks/gitlab/graphql.rake
0 → 100644
Please register or sign in to comment