Skip to main content

SupplierProductLocaleCreateInput

The necessary fields in order to create a new supplierProductLocale

input SupplierProductLocaleCreateInput {
description: String
featureBullets: [String]
localeType: ResonanceLocaleType!
supplierId: ID!
supplierProductId: ID!
}

Fields​

SupplierProductLocaleCreateInput.description ● String scalar​

SupplierProductLocaleCreateInput.featureBullets ● [String] list scalar​

Limited to 5 bullets

SupplierProductLocaleCreateInput.localeType ● ResonanceLocaleType! non-null enum​

SupplierProductLocaleCreateInput.supplierId ● ID! non-null scalar​

SupplierProductLocaleCreateInput.supplierProductId ● ID! non-null scalar​

Member of​

createSupplierProductLocale mutation