Module: Gitlab::Graphql::TypeNameDeprecations
- Includes:
- DeprecationsBase
- Defined in:
- lib/gitlab/graphql/type_name_deprecations.rb
Constant Summary collapse
- DEPRECATIONS =
Contains the deprecations in place. Example:
DEPRECATIONS = [ Gitlab::Graphql::DeprecationsBase::NameDeprecation.new( old_name: 'RunnerMembershipFilter', new_name: 'CiRunnerMembershipFilter', milestone: '15.4' ) ].freeze [].freeze
Class Method Summary collapse
Methods included from DeprecationsBase
Class Method Details
.map_graphql_name(name) ⇒ Object
16 17 18 |
# File 'lib/gitlab/graphql/type_name_deprecations.rb', line 16 def self.map_graphql_name(name) name end |