WarehouseCreate Object
Creates a new warehouse.
type WarehouseCreate {
warehouseErrors: [WarehouseError!]! @deprecated
errors: [WarehouseError!]!
warehouse: Warehouse
}
Fields
errors ● [WarehouseError!]!
warehouse ● Warehouse
Show deprecatedHide deprecated
warehouseErrors ● [WarehouseError!]!
DEPRECATED
Use errors field instead.
Returned By
createWarehouse mutation