INPUT_OBJECT
ProductPriceInput
link GraphQL Schema definition
1 input ProductPriceInput { 2 3 # Exactly one input field should be provided 4 : ProductInput! 5 6 : MonetaryValueInput 7 8 : MonetaryValueInput 9 10 : Boolean! 11 12 : [ProductVariantPriceInput!] 13 }