ItemReleaseLabelInput Input
Description
Input fields for release label information, used when specifying record labels for a music release.
Declaration
input ItemReleaseLabelInput {
id: Long
catno: String
name: String
}
Fields
| Name | Type | Description |
|---|---|---|
id | Long | Discogs label ID. This is a Discogs identifier, not an internal database ID. |
catno | String | Catalog number assigned by the label for this release. |
name | String | Name of the record label. |