Skip to main content

ProductLocaleUpdateInput

The necessary fields in order to update a productLocale. ID fields are required, others are optional, only included fields will be updated.

input ProductLocaleUpdateInput {
description: String
featureBullets: [String]
localeType: ResonanceLocaleType!
productId: ID!
}

Fields​

ProductLocaleUpdateInput.description ● String scalar​

Can utilize Markdown

ProductLocaleUpdateInput.featureBullets ● [String] list scalar​

Limited to 5 bullets

ProductLocaleUpdateInput.localeType ● ResonanceLocaleType! non-null enum​

ProductLocaleUpdateInput.productId ● ID! non-null scalar​

Member of​

updateProductLocale mutation