added localized names to product output (#173)
* added localized names to product output * changed to localeNames to conform with other localeNames
This commit is contained in:
@@ -284,6 +284,7 @@ type Product {
|
||||
type ProductFields {
|
||||
artNo: String!
|
||||
name: String!
|
||||
localeNames: JSON
|
||||
height: Int
|
||||
width: Int
|
||||
photowallResolution: Int
|
||||
|
||||
Reference in New Issue
Block a user