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:
Diffstat (limited to 'app/graphql/resolvers/kas/agent_configurations_resolver.rb')
-rw-r--r--app/graphql/resolvers/kas/agent_configurations_resolver.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/graphql/resolvers/kas/agent_configurations_resolver.rb b/app/graphql/resolvers/kas/agent_configurations_resolver.rb
index 74c5cbe55f1..6e35f64c2ee 100644
--- a/app/graphql/resolvers/kas/agent_configurations_resolver.rb
+++ b/app/graphql/resolvers/kas/agent_configurations_resolver.rb
@@ -3,7 +3,7 @@
module Resolvers
module Kas
class AgentConfigurationsResolver < BaseResolver
- type Types::Kas::AgentConfigurationType, null: true
+ type Types::Kas::AgentConfigurationType.connection_type, null: true
# Calls Gitaly via KAS
calls_gitaly!