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-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
graphql-2.4.3 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-2.4.2 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-2.4.1 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-2.4.0 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-2.3.20 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-2.3.19 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-2.3.18 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-2.3.17 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-2.3.16 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-2.3.15 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-2.3.14 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-2.3.13 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-2.3.12 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-2.3.11 lib/graphql/execution/interpreter/handles_raw_value.rb
graphql-2.3.10 lib/graphql/execution/interpreter/handles_raw_value.rb