Skip to main content

Label Object

Description

Represents a record label with profile information, images, and metadata.

Declaration

type Label {
_id: ID!
id: Float!
discogsId: Int
createdAt: Date
modifiedAt: Date
profile: String
name: String!
websites: [String!]
images: [LabelImage!]
country: LabelCountry
tags: [String!]
subLabels: [LabelSub!]
}

Fields

NameTypeDescription
_idID!Internal database identifier.
idFloat!Numeric identifier for the label.
discogsIdIntExternal identifier from the marketplace system.
createdAtDateDate when the label record was created.
modifiedAtDateDate when the label record was last modified.
profileStringBiography or profile text for the label.
nameString!Label name.
websites[String!]Official websites for the label.
images[LabelImage!]Images associated with the label.
countryLabelCountryCountry of origin for the label.
tags[String!]Tags associated with the label.
subLabels[LabelSub!]Sub-labels or imprints associated with this label.