From 2b7a5214342baa2575b35868316ea9413d2afe1f Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 4 Nov 2019 09:06:21 +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/mutation_type.rb') diff --git a/app/graphql/types/mutation_type.rb b/app/graphql/types/mutation_type.rb index 17f922a5e54..c636bf0e31f 100644 --- a/app/graphql/types/mutation_type.rb +++ b/app/graphql/types/mutation_type.rb @@ -9,6 +9,7 @@ module Types mount_mutation Mutations::AwardEmojis::Add mount_mutation Mutations::AwardEmojis::Remove mount_mutation Mutations::AwardEmojis::Toggle + mount_mutation Mutations::MergeRequests::SetMilestone mount_mutation Mutations::MergeRequests::SetWip, calls_gitaly: true mount_mutation Mutations::Notes::Create::Note, calls_gitaly: true mount_mutation Mutations::Notes::Create::DiffNote, calls_gitaly: true -- cgit v1.2.1