fix: Inventory module schema (#10262)

Co-authored-by: Carlos R. L. Rodrigues <37986729+carlos-r-l-rodrigues@users.noreply.github.com>
This commit is contained in:
Oli Juhl
2024-11-26 09:02:37 +01:00
committed by GitHub
parent 1e4ff3d047
commit cb2b06fab9

View File

@@ -18,7 +18,7 @@ type InventoryItem {
title: String
thumbnail: String
metadata: JSON
inventory_levels: [InventoryLevel]
location_levels: [InventoryLevel]
}
type InventoryLevel {