VariantTypeTranslation
type VariantTypeTranslation {
locale: String!
name: String
values: [VariantValueTranslation!]
}
Fields
It is the name information of the translation.
name
StringIt is the information in which language the translation is saved.
It is the translation information of the values of variant types.