Skip to main content

SimpleCategory

type SimpleCategory {
id: ID!
name: String!
parentId: String
}

Fields

idID!required
nameString!required

It is the name of the category in which the product is located.

parentIdString

It is the id of the superclass category of the category.