Waiting for engine...
Skip to main content

featuredCatalogListings

Query to fetch featured catalog listings
Returns an array of featured catalog listings ordered by featured order.

An example of the request as follow

query {
featuredCatalogListings {
catalogListing {
id
slug
listingMetaData {
name
description
}
catalogListingStatus
}
featuredOrder
featuredDate
}
}

featuredCatalogListings: [FeaturedCatalogListing]

Type

FeaturedCatalogListing object catalog-service

Represents a featured catalog listing with its associated ordering and featured date information.

On this Page