CollectionFilter Object
Description
Filter criteria within a collection segment.
Declaration
type CollectionFilter {
_id: ID!
id: String!
title: String
value: JSON
valueWithLabels: JSON
}
Fields
| Name | Type | Description |
|---|---|---|
_id | ID! | Internal database identifier. |
id | String! | Filter identifier. |
title | String | Display title for the filter. |
value | JSON | Filter value as JSON data. |
valueWithLabels | JSON | Filter value with human-readable labels as JSON data. |