WarehouseDelete
Deletes selected warehouse.
type WarehouseDelete {
warehouseErrors: [WarehouseError!]! @deprecated
errors: [WarehouseError!]!
warehouse: Warehouse
}
Fields
WarehouseDelete.warehouseErrors ● [WarehouseError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
WarehouseDelete.errors ● [WarehouseError!]! non-null object
WarehouseDelete.warehouse ● Warehouse object
Returned by
deleteWarehouse mutation
Was this page helpful?