GraphQL OBJECT
CatalogStructureItem
link Definition
- type CatalogStructureItem {
- #   Unique id of catalog item.
- : Int 
- #   Name of catalog item.
- : String 
- #   Id of parent catalog item.
- : Int 
- #   Position of catalog item on it's level.
- : Int 
- #   Parameter name of catalog item.
- : String 
- #   Group catalog item belongs to.
- : String 
- #   Product id of catalog item.
- : Int 
- #   Product name of catalog item.
- : String 
- #   Product type of catalog item.
- : ProductTypeEnum 
- }