Sha256: b0e8eab3e40614265f54953bff9402e237c1eb262806707bedbed31e21368352

Contents?: true

Size: 288 Bytes

Versions: 140

Compression:

Stored size: 288 Bytes

Contents

# frozen_string_literal: true

module GraphQL
  module Execution
    class Interpreter
      # Wrapper for raw values
      class RawValue
        def initialize(obj = nil)
          @object = obj
        end

        def resolve
          @object
        end
      end
    end
  end
end

Version data entries

140 entries across 140 versions & 2 rubygems

Version Path
graphql-1.12.19 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-1.12.18 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-1.12.17 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-1.12.16 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-1.12.15 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-1.12.14 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-1.12.13 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-1.12.12 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-1.12.11 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-1.12.10 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-1.12.9 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-1.12.8 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-1.12.7 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-1.12.6 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-1.12.5 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-1.12.4 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-1.12.3 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-1.12.2 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-1.12.1 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-1.12.0 lib/graphql/execution/interpreter/handles_raw_value.rb