Skip to main content

VariantTypeTranslation

type VariantTypeTranslation {
locale: String!
name: String
values: [VariantValueTranslation!]
}

Fields

localeString!required

It is the name information of the translation.

nameString

It is the information in which language the translation is saved.

It is the translation information of the values of variant types.