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