DiscogsInventoryEntryRelease Object
Description
Release information for a Discogs inventory entry.
Declaration
type DiscogsInventoryEntryRelease {
id: Int!
thumbnail: String
description: String
}
Fields
| Name | Type | Description |
|---|---|---|
id | Int! | Discogs release identifier. |
thumbnail | String | URL to the release thumbnail image. |
description | String | Description of the release. |