public static class Storefront.FilterValueQuery extends Query<Storefront.FilterValueQuery>
_queryBuilder, ALIAS_SUFFIX_SEPARATOR| Modifier and Type | Method and Description |
|---|---|
Storefront.FilterValueQuery |
count()
The number of results that match this filter value.
|
Storefront.FilterValueQuery |
id()
A unique identifier.
|
Storefront.FilterValueQuery |
image(Storefront.MediaImageQueryDefinition queryDef)
The visual representation when the filter's presentation is `IMAGE`.
|
Storefront.FilterValueQuery |
input()
An input object that can be used to filter by this value on the parent field.
|
Storefront.FilterValueQuery |
label()
A human-friendly string for this filter value.
|
Storefront.FilterValueQuery |
swatch(Storefront.SwatchQueryDefinition queryDef)
The visual representation when the filter's presentation is `SWATCH`.
|
appendQuotedString, startField, startInlineFragment, withAliaspublic Storefront.FilterValueQuery count()
public Storefront.FilterValueQuery id()
public Storefront.FilterValueQuery image(Storefront.MediaImageQueryDefinition queryDef)
public Storefront.FilterValueQuery input()
public Storefront.FilterValueQuery label()
public Storefront.FilterValueQuery swatch(Storefront.SwatchQueryDefinition queryDef)