Skip to main content

ItemReleaseFormatInput Input

Description

Input fields for release format information, describing the physical format of a music release.

Declaration

input ItemReleaseFormatInput {
qty: String
name: String
descriptions: [String!]
text: String
}

Fields

NameTypeDescription
qtyStringQuantity of the format (e.g., "2" for a double LP, "1" for a single CD or 12"", etc.).
nameStringFormat name (e.g. "Vinyl", "CD", "Cassette", "SACD", "DVD", "Blu-ray", etc.).
descriptions[String!]Array of format descriptions providing additional details about the format(s) of the release (e.g., "LP", "CD", "Cassette", "7"", "12"", etc.).
textStringAdditional text description for the format.