INPUT_OBJECT
ProductVariantPriceInput
link GraphQL Schema definition
1 input ProductVariantPriceInput { 2 3 # Exactly one input field should be provided 4 : ProductVariantInput! 5 6 : MonetaryValueInput 7 8 : MonetaryValueInput 9 }
INPUT_OBJECT
1 input ProductVariantPriceInput { 2 3 # Exactly one input field should be provided 4 : ProductVariantInput! 5 6 : MonetaryValueInput 7 8 : MonetaryValueInput 9 }