warehouseUpdate
mutation
Update warehouse
Modifies a warehouse's name, address, or other configuration. Returns the updated warehouse.
mutation {
warehouseUpdate(companyId: Int!, data: WarehouseUpdate!): Warehouse!
}Returns: Warehouse!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | WarehouseUpdate! |