Method: GraphQL::Introspection::EnumValueType#is_deprecated
- Defined in:
- lib/graphql/introspection/enum_value_type.rb
#is_deprecated ⇒ Object
18 19 20 |
# File 'lib/graphql/introspection/enum_value_type.rb', line 18 def is_deprecated !!@object.deprecation_reason end |