CollectionSegment Object
Description
A segment within a collection containing multiple filters.
Declaration
type CollectionSegment {
_id: ID!
title: String
filters: [CollectionFilter!]!
}
Fields
| Name | Type | Description |
|---|---|---|
_id | ID! | Internal database identifier. |
title | String | Title of the collection segment. |
filters | [CollectionFilter!]! | Filters applied within this segment. |