ReleaseFormat Object
Description
Format information for a release item.
Declaration
type ReleaseFormat {
descriptions: [String!]!
name: String
qty: String
text: String
}
Fields
| Name | Type | Description |
|---|---|---|
descriptions | [String!]! | Format descriptions (e.g., "Vinyl", "LP", "Album"). |
name | String | Format name. |
qty | String | Quantity of items in this format. |
text | String | Full format description text. |