INPUT_OBJECT

ProductSizeStockChangeInput

link GraphQL Schema definition

1input ProductSizeStockChangeInput {
2
3# Exactly one input field should be provided
4size: SizeInput!
5
6deliveredQuantity: Int!
7}