Skip to main content

InventoryFiltersPaginationFilter Object

Description

A filter group with its options and metadata.

Declaration

type InventoryFiltersPaginationFilter {
id: String!
key: String!
type: String!
layout: String!
options: [FilterResult!]!
}

Fields

NameTypeDescription
idString!Unique identifier for the filter.
keyString!Filter key name.
typeString!Type of filter (e.g., "range", "select", "multiselect").
layoutString!Layout type for displaying the filter.
options[FilterResult!]!Available filter options with match counts.