Skip to main content

VariantTypeTranslationInput

type VariantTypeTranslationInput {
locale: String!
name: String
values: [VariantValueTranslationInput!]
}

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.