ItemWithInventory
No description
type ItemWithInventory {
items: [Item!]
itemsCount: Int
inventory: [InventoryVariant!]
}
No description
type ItemWithInventory {
items: [Item!]
itemsCount: Int
inventory: [InventoryVariant!]
}
ItemWithInventory.items ● [Item!] list objectItemWithInventory.itemsCount ● Int scalarItemWithInventory.inventory ● [InventoryVariant!] list object