CategoryPathItem
type CategoryPathItem {
id: ID!
description: String
imageId: String
isAutomated: Boolean
metaData: HTMLMetaData
name: String!
translations: [CategoryTranslation!]
}
Fields
descriptionStringIt is the description of the category of the product.
imageIdStringIt is the id where the picture of the category is kept in the system.
isAutomatedBooleanmetaDataHTMLMetaDataIt is the metadata information of the product category.
It is the name of the category in which the product is located.
translations[CategoryTranslation!]It is the translation information of the product category.