INPUT_OBJECT

ProductVariantStockChangeInput

link GraphQL Schema definition

1input ProductVariantStockChangeInput {
2
3# Exactly one input field should be provided
4productVariant: ProductVariantInput!
5
6sizeChanges: [ProductSizeStockChangeInput!]!
7
8unitCost: MonetaryValueInput
9}