MainCategory
The main category of a product.
type MainCategory {
id: String
name: String
slug: String
}
Fields
MainCategory.id ● String scalar
The id of the main category.
MainCategory.name ● String scalar
The name of the main category.
MainCategory.slug ● String scalar
The slug of the main category.
Member Of
Product object