ProductVariantTranslation
Represents product variant translations.
type ProductVariantTranslation implements Node {
id: ID!
language: LanguageDisplay!
name: String!
}
Fields
ProductVariantTranslation.id
● ID!
non-null scalar
The ID of the product variant translation.
ProductVariantTranslation.language
● LanguageDisplay!
non-null object
Translation language.
ProductVariantTranslation.name
● String!
non-null scalar
Translated product variant name.
Interfaces
Node
interface
An object with an ID
Member of
ProductVariant
object ● ProductVariantBulkTranslateResult
object ● ProductVariantTranslatableContent
object
Implemented by
TranslationTypes
union