Skip to main content

PublicProductLocale

This has a many to one relationship with Product, and provides localized language data for the appropriate fields. There will often only be one of these, and it should be the one set in defaultLocale for the supplier.

type PublicProductLocale {
demandHqId: ID!
description: String
descriptionAsHTML: String
featureBullets: [String]
localeType: ResonanceLocaleType!
productId: ID!
}

Fields

PublicProductLocale.demandHqId ● ID! non-null scalar

PublicProductLocale.description ● String scalar

Can utilize Markdown

PublicProductLocale.descriptionAsHTML ● String scalar

Returns the product (productLocale) description as HTML.

PublicProductLocale.featureBullets ● [String] list scalar

Limited to 5 bullets

PublicProductLocale.localeType ● ResonanceLocaleType! non-null enum

PublicProductLocale.productId ● ID! non-null scalar

Member of

PublicProduct object