ProductTag
type ProductTag {
id: ID!
name: String!
translations: [ProductTagTranslation!]
}
Fields
The name of the product's tag.
translations[ProductTagTranslation!]The name of the product's tag.
type ProductTag {
id: ID!
name: String!
translations: [ProductTagTranslation!]
}
The name of the product's tag.
translations[ProductTagTranslation!]The name of the product's tag.