Sha256: 95f8100dd05452281bc8ea2437aa987e186a7981c110f6a72095bb1f6ba5b206
Contents?: true
Size: 335 Bytes
Versions: 40
Compression:
Stored size: 335 Bytes
Contents
# frozen_string_literal: true module Ibrain module Types class BaseInputObject < GraphQL::Schema::InputObject argument_class Ibrain::Types::BaseArgument def to_params ActionController::Parameters.new( to_h.with_indifferent_access.transform_keys(&:underscore) ) end end end end
Version data entries
40 entries across 40 versions & 1 rubygems