Class: GraphQL::ResultCache::Introspection::FieldType
- Inherits:
-
Introspection::FieldType
- Object
- Introspection::FieldType
- GraphQL::ResultCache::Introspection::FieldType
- Defined in:
- lib/graphql/result_cache/introspection/field_type.rb
Instance Method Summary collapse
Instance Method Details
#type ⇒ Object
6 7 8 |
# File 'lib/graphql/result_cache/introspection/field_type.rb', line 6 def type @object.[:original_non_null] && !@object.type.non_null? ? @object.type.to_non_null_type : @object.type end |