From c68ee79c332a9a08abaed7eb48fbc563a584d31d Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Fri, 7 Jan 2022 15:15:57 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- app/graphql/types/mutation_type.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'app/graphql/types') diff --git a/app/graphql/types/mutation_type.rb b/app/graphql/types/mutation_type.rb index 9bba0e1bb37..c9f083efd27 100644 --- a/app/graphql/types/mutation_type.rb +++ b/app/graphql/types/mutation_type.rb @@ -36,6 +36,7 @@ module Types mount_mutation Mutations::Clusters::Agents::Delete mount_mutation Mutations::Clusters::AgentTokens::Create mount_mutation Mutations::Clusters::AgentTokens::Delete + mount_mutation Mutations::Clusters::AgentTokens::Revoke mount_mutation Mutations::Commits::Create, calls_gitaly: true mount_mutation Mutations::CustomEmoji::Create, feature_flag: :custom_emoji mount_mutation Mutations::CustomEmoji::Destroy, feature_flag: :custom_emoji -- cgit v1.2.3