summaryrefslogtreecommitdiff
path: root/app/graphql/types/issues/unioned_issue_filter_input_type.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/types/issues/unioned_issue_filter_input_type.rb')
-rw-r--r--app/graphql/types/issues/unioned_issue_filter_input_type.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/graphql/types/issues/unioned_issue_filter_input_type.rb b/app/graphql/types/issues/unioned_issue_filter_input_type.rb
index 9c7261279c7..a9c5b3c24ce 100644
--- a/app/graphql/types/issues/unioned_issue_filter_input_type.rb
+++ b/app/graphql/types/issues/unioned_issue_filter_input_type.rb
@@ -11,6 +11,9 @@ module Types
argument :author_usernames, [GraphQL::Types::String],
required: false,
description: 'Filters issues that are authored by one of the given users.'
+ argument :label_names, [GraphQL::Types::String],
+ required: false,
+ description: 'Filters issues that have at least one of the given labels.'
end
end
end