Skip to main content

ItemLabelsResultLabel Object

Description

Label entry in item labels search results, containing the label ID and name.

Declaration

type ItemLabelsResultLabel {
id: Long!
name: String!
}

Fields

NameTypeDescription
idLong!Numeric label ID.
nameString!Name of the label.