debian-mirror-gitlab/app/graphql/types/deprecated_mutations.rb

12 lines
203 B
Ruby
Raw Normal View History

2020-07-28 23:09:34 +05:30
# frozen_string_literal: true
module Types
module DeprecatedMutations
extend ActiveSupport::Concern
prepended do
2021-09-04 01:27:46 +05:30
# placeholder for any FOSS mutations to be deprecated
2020-07-28 23:09:34 +05:30
end
end
end