Skip to main content

ProductLocale

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 ProductLocale {
createdAt: String!
demandHqId: ID!
description: String
descriptionAsHTML: String
featureBullets: [String]
localeType: ResonanceLocaleType!
productId: ID!
updatedAt: String!
updatedBy: String!
}

Fields

ProductLocale.createdAt ● String! non-null scalar

ProductLocale.demandHqId ● ID! non-null scalar

ProductLocale.description ● String scalar

Can utilize Markdown

ProductLocale.descriptionAsHTML ● String scalar

Returns the product (productLocale) description as HTML.

ProductLocale.featureBullets ● [String] list scalar

Limited to 5 bullets

ProductLocale.localeType ● ResonanceLocaleType! non-null enum

ProductLocale.productId ● ID! non-null scalar

ProductLocale.updatedAt ● String! non-null scalar

ProductLocale.updatedBy ● String! non-null scalar

Returned by

createProductLocale mutation ● updateProductLocale mutation

Member of

Product object