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