Anchor to SegmentFilterSegment
SegmentFilter
interface
Requires access scope.
The filters used in segment queries associated with a shop.
Anchor to FieldsFields
- Anchor to localizedNamelocalized•
Name String!non-null The localized name of the filter.
- Anchor to multiValuemulti•
Value Boolean!non-null Whether a file can have multiple values for a single customer.
- Anchor to queryNamequery•
Name String!non-null The query name of the filter.
Was this section helpful?
{
"localizedName": "",
"multiValue": "",
"queryName": ""
}
{
"localizedName": "",
"multiValue": "",
"queryName": ""
}
interface SegmentFilter {
localizedName: String!
multiValue: Boolean!
queryName: String!
}