FeaturedCatalogListing
Represents a featured catalog listing with its associated ordering and featured date information.
type FeaturedCatalogListing {
catalogListing: CatalogListing
featuredOrder: Int
featuredDate: DateTime
}
Fields
FeaturedCatalogListing.catalogListing ● CatalogListing object catalog-service
catalog listing
FeaturedCatalogListing.featuredOrder ● Int scalar miscellaneous
featured order
FeaturedCatalogListing.featuredDate ● DateTime scalar partner-portal
featured date
Returned By
featuredCatalogListings query
Was this topic helpful?