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/types/packages/protection/rule_type.rb')
-rw-r--r--app/graphql/types/packages/protection/rule_type.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/graphql/types/packages/protection/rule_type.rb b/app/graphql/types/packages/protection/rule_type.rb
index 1e969d39ce2..e2ea2d89d2d 100644
--- a/app/graphql/types/packages/protection/rule_type.rb
+++ b/app/graphql/types/packages/protection/rule_type.rb
@@ -10,6 +10,11 @@ module Types
authorize :admin_package
+ field :id,
+ ::Types::GlobalIDType[::Packages::Protection::Rule],
+ null: false,
+ description: 'ID of the package protection rule.'
+
field :package_name_pattern,
GraphQL::Types::String,
null: false,