summaryrefslogtreecommitdiff
path: root/app/graphql/resolvers/alert_management/alert_status_counts_resolver.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/resolvers/alert_management/alert_status_counts_resolver.rb')
-rw-r--r--app/graphql/resolvers/alert_management/alert_status_counts_resolver.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/graphql/resolvers/alert_management/alert_status_counts_resolver.rb b/app/graphql/resolvers/alert_management/alert_status_counts_resolver.rb
index 410f72cff84..568d648a95e 100644
--- a/app/graphql/resolvers/alert_management/alert_status_counts_resolver.rb
+++ b/app/graphql/resolvers/alert_management/alert_status_counts_resolver.rb
@@ -5,11 +5,11 @@ module Resolvers
class AlertStatusCountsResolver < BaseResolver
type Types::AlertManagement::AlertStatusCountsType, null: true
- argument :search, GraphQL::STRING_TYPE,
+ argument :search, GraphQL::Types::String,
description: 'Search query for title, description, service, or monitoring_tool.',
required: false
- argument :assignee_username, GraphQL::STRING_TYPE,
+ argument :assignee_username, GraphQL::Types::String,
required: false,
description: 'Username of a user assigned to the issue.'