Skip to main content

ReleaseFormat Object

Description

Format information for a release item.

Declaration

type ReleaseFormat {
descriptions: [String!]!
name: String
qty: String
text: String
}

Fields

NameTypeDescription
descriptions[String!]!Format descriptions (e.g., "Vinyl", "LP", "Album").
nameStringFormat name.
qtyStringQuantity of items in this format.
textStringFull format description text.