Sha256: dc7e92c2e0d13361ece75a82564aa35800eefeb481289d4d564a3972fda3f198
Contents?: true
Size: 398 Bytes
Versions: 4
Compression:
Stored size: 398 Bytes
Contents
# frozen_string_literal: true module SolidusGraphqlApi module Queries module ProductProperty class PropertyQuery attr_reader :product_property def initialize(product_property:) @product_property = product_property end def call SolidusGraphqlApi::BatchLoader.for(product_property, :property) end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems