Skip to main content

SupplierProductLocale

This has a many to one relationship with SupplierProduct, 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 SupplierProductLocale {
createdAt: String!
description: String
featureBullets: [String]
localeType: ResonanceLocaleType!
supplierId: ID!
supplierProductId: ID!
updatedAt: String!
updatedBy: String!
}

Fields​

SupplierProductLocale.createdAt ● String! non-null scalar​

SupplierProductLocale.description ● String scalar​

SupplierProductLocale.featureBullets ● [String] list scalar​

Limited to 5 bullets

SupplierProductLocale.localeType ● ResonanceLocaleType! non-null enum​

SupplierProductLocale.supplierId ● ID! non-null scalar​

SupplierProductLocale.supplierProductId ● ID! non-null scalar​

SupplierProductLocale.updatedAt ● String! non-null scalar​

SupplierProductLocale.updatedBy ● String! non-null scalar​

Returned by​

createSupplierProductLocale mutation ● updateSupplierProductLocale mutation

Member of​

SupplierProduct object ● SupplierProductLocaleConnection object ● SupplierProductLocaleEdge object