warehouseUpdate
AUTH: Role=[logistics.OWNER,logistics.EDITOR]
warehouseUpdate(
id: Float!
input: UpdateWarehouseInput!
): Warehouse!
AUTH: Role=[logistics.OWNER,logistics.EDITOR]
warehouseUpdate(
id: Float!
input: UpdateWarehouseInput!
): Warehouse!
warehouseUpdate.id
● Float!
non-null scalarwarehouseUpdate.input
● UpdateWarehouseInput!
non-null inputWarehouse
object