GraphQL OBJECT

CatalogStructure

link Definition

  • type CatalogStructure {
  • # Unique id of catalog.
  • id: Int
  • # Name of catalog.
  • name: String
  • # List of items in the catalog.
  • items: [CatalogStructureItem]
  • }

link Required by