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