Sha256: b0e8eab3e40614265f54953bff9402e237c1eb262806707bedbed31e21368352

Contents?: true

Size: 288 Bytes

Versions: 155

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

155 entries across 155 versions & 2 rubygems

Version Path
graphql-2.4.15 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-2.4.14 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-2.3.22 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-2.1.15 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-1.12.25 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-1.13.24 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-2.0.32 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-2.1.14 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-2.2.17 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-2.3.21 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-2.4.13 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-2.4.12 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-2.4.11 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-2.4.10 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-2.4.9 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-2.4.8 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-2.4.7 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-2.4.6 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-2.4.5 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-2.4.4 lib/graphql/execution/interpreter/handles_raw_value.rb