Class: GraphQL::Introspection::EnumValueType
- Inherits:
-
Introspection::BaseObject
- Object
- Introspection::BaseObject
- GraphQL::Introspection::EnumValueType
- Defined in:
- lib/graphql/introspection/enum_value_type.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.resolve_is_deprecated(object, context) ⇒ Object
14 15 16 |
# File 'lib/graphql/introspection/enum_value_type.rb', line 14 def self.resolve_is_deprecated(object, context) !!object.deprecation_reason end |
Instance Method Details
#is_deprecated ⇒ Object
18 19 20 |
# File 'lib/graphql/introspection/enum_value_type.rb', line 18 def is_deprecated self.class.resolve_is_deprecated(object, context) end |