Skip to main content

ProductTag

type ProductTag {
id: ID!
name: String!
translations: [ProductTagTranslation!]
}

Fields

idID!required
nameString!required

The name of the product's tag.

The name of the product's tag.