WarehouseUpdate
Result of warehouseUpdate mutation.
type WarehouseUpdate {
warehouse: Warehouse
warehouseErrors: [WarehouseError!]!
}
Fields
WarehouseUpdate.warehouse ● Warehouse object
The updated warehouse.
WarehouseUpdate.warehouseErrors ● [WarehouseError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
warehouseUpdate mutation