ReleaseFormat Object
Description
Format information for a music release (e.g., vinyl, CD, cassette).
Declaration
type ReleaseFormat {
qty: String
name: String
text: String
descriptions: [String!]!
}
Fields
| Name | Type | Description |
|---|---|---|
qty | String | Quantity of items in this format. |
name | String | Format name (e.g., "LP", "CD", "Cassette"). |
text | String | Full format description text. |
descriptions | [String!]! | Array of format descriptions and classifications. |