Module: GraphQL::BaseType::ModifiesAnotherType

Included in:
ListType, NonNullType
Defined in:
lib/graphql/base_type.rb

Instance Method Summary collapse

Instance Method Details

#unwrapObject



47
48
49
# File 'lib/graphql/base_type.rb', line 47

def unwrap
  self.of_type.unwrap
end