Method: GraphQL::BaseType#unwrap

Defined in:
lib/graphql/base_type.rb

#unwrapObject

If this type is modifying an underlying type, return the underlying type. (Otherwise, return self.)


67
68
69
# File 'lib/graphql/base_type.rb', line 67

def unwrap
  self
end