GraphQL OBJECT

CatalogSearchResultItem

The catalog as result of a search.

link Definition

  • type CatalogSearchResultItem {
  • # Unique Id of the catalog.
  • id: Int!
  • # Name of the catalog.
  • name: String
  • }