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