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 StockQuantityType! : 11 }
INPUT_OBJECT
1 input StockSetInput { 2 3 # Exactly one input field should be provided 4 WarehouseInput! : 5 6 String! : 7 8 ProductVariantStockSetInput!]! : [ 9 10 StockQuantityType! : 11 }