Allows to return “raw” value from the resolver
19 20 21
# File 'lib/graphql/execution/interpreter/handles_raw_value.rb', line 19 def raw_value(obj) RawValue.new(obj) end