summaryrefslogtreecommitdiff
path: root/app/graphql/types/deprecated_mutations.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/types/deprecated_mutations.rb')
-rw-r--r--app/graphql/types/deprecated_mutations.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/graphql/types/deprecated_mutations.rb b/app/graphql/types/deprecated_mutations.rb
index 70d5fc31cd1..49bad56b6f9 100644
--- a/app/graphql/types/deprecated_mutations.rb
+++ b/app/graphql/types/deprecated_mutations.rb
@@ -5,8 +5,7 @@ module Types
extend ActiveSupport::Concern
prepended do
- mount_mutation Mutations::Clusters::AgentTokens::Delete,
- deprecated: { reason: 'Tokens must be revoked with ClusterAgentTokenRevoke', milestone: '14.7' }
+ # placeholder for any FOSS mutations to be deprecated
end
end
end