GraphQL OBJECT

CatalogItemSearchResult

Contains a list of catalogs items.

link Definition

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

link Required by