-
- Downloads
Convert from GraphQL::Batch to BatchLoader
Showing
- Gemfile 0 additions, 1 deletionGemfile
- Gemfile.lock 0 additions, 1 deletionGemfile.lock
- app/graphql/gitlab_schema.rb 1 addition, 1 deletionapp/graphql/gitlab_schema.rb
- app/graphql/loaders/base_loader.rb 6 additions, 15 deletionsapp/graphql/loaders/base_loader.rb
- app/graphql/loaders/full_path_loader.rb 11 additions, 13 deletionsapp/graphql/loaders/full_path_loader.rb
- app/graphql/loaders/iid_loader.rb 14 additions, 26 deletionsapp/graphql/loaders/iid_loader.rb
- config/dependency_decisions.yml 0 additions, 6 deletionsconfig/dependency_decisions.yml
- lib/gitlab/graphql/authorize.rb 2 additions, 0 deletionslib/gitlab/graphql/authorize.rb
- spec/graphql/gitlab_schema_spec.rb 1 addition, 1 deletionspec/graphql/gitlab_schema_spec.rb
- spec/graphql/loaders/full_path_loader_spec.rb 0 additions, 6 deletionsspec/graphql/loaders/full_path_loader_spec.rb
- spec/graphql/loaders/iid_loader_spec.rb 0 additions, 6 deletionsspec/graphql/loaders/iid_loader_spec.rb
- spec/support/helpers/graphql_helpers.rb 7 additions, 10 deletionsspec/support/helpers/graphql_helpers.rb
Loading
| Loading
| @@ -95,7 +95,6 @@ gem 'rack-cors', '~> 1.0.0', require: 'rack/cors' |
# GraphQL API | ||
gem 'graphql', '~> 1.7.14' | ||
gem 'graphql-batch', '~> 0.3.9' | ||
gem 'graphql-preload', '~> 2.0.0' | ||
gem 'graphiql-rails', '~> 1.4.10' | ||
Loading
| Loading
|
Please register or sign in to comment