Skip to main content

marketplaceListings

The anonymous hub/facet page. ANONYMOUS — no directive at all, mirroring publicBacktest. perPage is hard-capped at 24 and page is clamped (internal/marketplace.ListPublicListings); there is no unbounded sort. Never touches the authenticated resolver graph or MustGetUserContext.

marketplaceListings(
filter: MarketplaceFilter
sort: MarketplaceSort
page: Int
perPage: Int = 24
): MarketplaceListingPage!

Arguments

marketplaceListings.filter ● MarketplaceFilter input

marketplaceListings.sort ● MarketplaceSort enum

marketplaceListings.page ● Int scalar

marketplaceListings.perPage ● Int scalar

Type

MarketplaceListingPage object

OFFSET-paginated result of the anonymous hub/facet query. page/perPage, not a Relay cursor: '?page=2' must be a stable, cacheable, canonicalisable URL.