WarehouseUpdate
Updates given warehouse.
type WarehouseUpdate {
warehouseErrors: [WarehouseError!]! @deprecated
errors: [WarehouseError!]!
warehouse: Warehouse
}
Fields
WarehouseUpdate.warehouseErrors
● [WarehouseError!]!
deprecated non-null object products
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
WarehouseUpdate.errors
● [WarehouseError!]!
non-null object products
WarehouseUpdate.warehouse
● Warehouse
object products
Returned By
updateWarehouse
mutation