Skip to main content

ProductLocaleInCompositeCreateInput

The necessary fields in order to create a new productLocale as part of a ProductCompositeCreateInput

input ProductLocaleInCompositeCreateInput {
description: String
featureBullets: [String]
localeType: ResonanceLocaleType!
}

Fields

ProductLocaleInCompositeCreateInput.description ● String scalar

Can utilize Markdown

ProductLocaleInCompositeCreateInput.featureBullets ● [String] list scalar

Limited to 5 bullets

ProductLocaleInCompositeCreateInput.localeType ● ResonanceLocaleType! non-null enum

Member of

ProductCompositeCreateInput input