ProductTranslation
No description
type ProductTranslation {
title: String
descriptionHtml: String
seo: ProductSEO
locale: String!
shortDescription: String!
}
Fields
ProductTranslation.title ● String scalar
ProductTranslation.descriptionHtml ● String scalar
ProductTranslation.seo ● ProductSEO object
ProductTranslation.locale ● String! non-null scalar
ProductTranslation.shortDescription ● String! non-null scalar
Member Of
Product object ● ProductTranslationOutput object