Module: GraphQL::BaseType::ModifiesAnotherType
- Included in:
- ListType, NonNullType
- Defined in:
- lib/graphql/base_type.rb
Instance Method Summary collapse
Instance Method Details
#unwrap ⇒ Object
82 83 84 |
# File 'lib/graphql/base_type.rb', line 82 def unwrap self.of_type.unwrap end |