Waiting for engine...
Skip to main content

CatalogListingFiltersInput

Powers the consumer UI's left-rail filter widget (categories -> parent tags -> child tags). The response shape is intentionally flat — each tag carries its parent and category metadata so the front end can group/render the hierarchy without a second round-trip. An input for fetching the filter sidebar (tag list) for a catalog.

input CatalogListingFiltersInput {
catalogId: ID!
}

Fields

CatalogListingFiltersInput.catalogId ● ID! non-null scalar miscellaneous

The catalog (space) GUID whose PUBLISHED listings define the available tags.

Member Of

catalogListingFilters query

On this Page