INPUT_OBJECT
StockChangeInput
Provide just intoWarehouse to increase stock, just outFromWarehouse to decrease stock, both to transfer stock
link GraphQL Schema definition
1 input StockChangeInput { 2 3 # Exactly one input field should be provided 4 WarehouseInput : 5 6 # Exactly one input field should be provided 7 WarehouseInput : 8 9 String! : 10 11 ProductVariantStockChangeInput!]! : [ 12 }