GraphQL OBJECT

CatalogSearchResult

Contains a list of catalogs.

link Definition

  • type CatalogSearchResult {
  • # List of results that match the search parameters.
  • items: [CatalogSearchResultItem]
  • # Indicates whether the result is truncated.
  • isTruncated: Boolean
  • }

link Required by