-
- Downloads
Upgrade GraphQL gem to 1.8.17
- Due to https://github.com/exAspArk/batch-loader/pull/32, we changed BatchLoader.for into BatchLoader::GraphQL.for - since our results are wrapped in a BatchLoader::GraphQL, calling `sync` during authorization is required to get real object - `graphql` now has it's own authorization system. Our `authorized?` method conflicted and required renaming
Showing
- spec/graphql/resolvers/project_resolver_spec.rb 2 additions, 2 deletionsspec/graphql/resolvers/project_resolver_spec.rb
- spec/lib/gitlab/graphql/authorize/authorize_resource_spec.rb 6 additions, 6 deletionsspec/lib/gitlab/graphql/authorize/authorize_resource_spec.rb
- spec/lib/gitlab/graphql/loaders/batch_lfs_oid_loader_spec.rb 1 addition, 1 deletionspec/lib/gitlab/graphql/loaders/batch_lfs_oid_loader_spec.rb
- spec/lib/gitlab/graphql/loaders/batch_model_loader_spec.rb 3 additions, 3 deletionsspec/lib/gitlab/graphql/loaders/batch_model_loader_spec.rb
- spec/lib/gitlab/graphql/loaders/pipeline_for_sha_loader_spec.rb 1 addition, 1 deletion...ib/gitlab/graphql/loaders/pipeline_for_sha_loader_spec.rb
- spec/requests/api/graphql/mutations/merge_requests/set_wip_spec.rb 1 addition, 1 deletion...ests/api/graphql/mutations/merge_requests/set_wip_spec.rb
- spec/support/helpers/graphql_helpers.rb 15 additions, 3 deletionsspec/support/helpers/graphql_helpers.rb
- spec/support/shared_examples/graphql/notes_on_noteables_shared_examples.rb 1 addition, 1 deletion...ed_examples/graphql/notes_on_noteables_shared_examples.rb
Please register or sign in to comment