Sha256: 828cd96ceb32d64fe3a6456d4423c8f6d53e977cbfa69c541bb365af41695b93
Contents?: true
Size: 348 Bytes
Versions: 4
Compression:
Stored size: 348 Bytes
Contents
# frozen_string_literal: true module SolidusGraphqlApi module Types class PromotionAdjustment < Base::RelayNode implements Types::Interfaces::Adjustment description 'PromotionAdjustment.' field :promotion_code, String, null: true def promotion_code object.promotion_code&.value end end end end
Version data entries
4 entries across 4 versions & 1 rubygems