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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-05-18 09:08:32 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-18 09:08:32 +0300
commit55e0080f9d6b971145ee95c62dbb65feacaa93f8 (patch)
tree0d9db86b8745512327d1c35edc7375f7378199a8 /app/graphql/types
parent962afb3da11a72c7fca322378886b2c0be9f3385 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/graphql/types')
-rw-r--r--app/graphql/types/mutation_type.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/graphql/types/mutation_type.rb b/app/graphql/types/mutation_type.rb
index 9f84e2efab6..da956953e00 100644
--- a/app/graphql/types/mutation_type.rb
+++ b/app/graphql/types/mutation_type.rb
@@ -52,6 +52,7 @@ module Types
mount_mutation Mutations::DependencyProxy::ImageTtlGroupPolicy::Update
mount_mutation Mutations::DependencyProxy::GroupSettings::Update
mount_mutation Mutations::Environments::CanaryIngress::Update
+ mount_mutation Mutations::Environments::Delete
mount_mutation Mutations::Environments::Stop
mount_mutation Mutations::Environments::Update
mount_mutation Mutations::IncidentManagement::TimelineEvent::Create, alpha: { milestone: '15.6' }