INPUT_OBJECT
StockSetInput
link GraphQL Schema definition
1 input StockSetInput { 2 3 # Exactly one input field should be provided 4 : WarehouseInput! 5 6 : String! 7 8 : [ProductVariantStockSetInput!] 9 10 : [StockSetProductSizeInput!] 11 12 : StockQuantityType! 13 }