Skip to main content

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

NameTypeDescription
qtyStringQuantity of items in this format.
nameStringFormat name (e.g., "LP", "CD", "Cassette").
textStringFull format description text.
descriptions[String!]!Array of format descriptions and classifications.