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
| Name | Type | Description |
|---|---|---|
id | String! | Unique identifier for the filter. |
key | String! | Filter key name. |
type | String! | Type of filter (e.g., "range", "select", "multiselect"). |
layout | String! | Layout type for displaying the filter. |
options | [FilterResult!]! | Available filter options with match counts. |