INPUT_OBJECT
ProductAlteredPricesSetInput
link GraphQL Schema definition
1 input ProductAlteredPricesSetInput { 2 3 : PriceAlterationInput! 4 5 # Exactly one input field should be provided 6 : PricelistInput! 7 8 : [ProductPriceInput!]! 9 }
INPUT_OBJECT
1 input ProductAlteredPricesSetInput { 2 3 : PriceAlterationInput! 4 5 # Exactly one input field should be provided 6 : PricelistInput! 7 8 : [ProductPriceInput!]! 9 }