GraphQL OBJECT
CatalogStructure
link Definition
- type CatalogStructure {
- # Unique id of catalog.
- : Int
- # Name of catalog.
- : String
- # List of items in the catalog.
- : [CatalogStructureItem]
- }
GraphQL OBJECT
- type CatalogStructure {
- # Unique id of catalog.
- : Int
- # Name of catalog.
- : String
- # List of items in the catalog.
- : [CatalogStructureItem]
- }