GraphQL OBJECT
CatalogItemSearchResult
Contains a list of catalogs items.
link Definition
- type CatalogItemSearchResult {
- # List of results that match the search parameters.
- : [CatalogItemSearchResultItem]
- # Indicates whether the result is truncated.
- : Boolean
- }