DiscogsInventoryPage Object
Description
Paginated page of Discogs inventory listings.
Declaration
type DiscogsInventoryPage {
listings: [DiscogsInventoryEntry!]!
pagination: Pagination!
stats: DiscogsInventoryPageStats!
}
Fields
| Name | Type | Description |
|---|---|---|
listings | [DiscogsInventoryEntry!]! | List of Discogs inventory entries on this page. |
pagination | Pagination! | Pagination information. |
stats | DiscogsInventoryPageStats! | Statistics for the inventory page. |