Module: GraphQL::Deprecation
- Defined in:
- lib/graphql/deprecation.rb
Class Method Summary collapse
Class Method Details
.warn(message) ⇒ Object
5 6 7 |
# File 'lib/graphql/deprecation.rb', line 5 def self.warn() Kernel.warn() end |