On this pageSimpleCategorytype SimpleCategory { id: ID! name: String! parentId: String}CopyFieldsidID!requirednameString!requiredIt is the name of the category in which the product is located.parentIdStringIt is the id of the superclass category of the category.