InventoryItems Object
Description
Paginated inventory items with pagination metadata.
Declaration
type InventoryItems {
items: [Item!]!
pagination: Pagination!
}
Fields
| Name | Type | Description |
|---|---|---|
items | [Item!]! | List of items in the current page. |
pagination | Pagination! | Pagination metadata for the results. |