INPUT_OBJECT

StockChangeProductSizeInput

link GraphQL Schema definition

1input StockChangeProductSizeInput {
2
3# Exactly one input field should be provided
4productSize: ProductSizeInput!
5
6deliveredQuantity: Int!
7
8unitCost: MonetaryValueInput
9}