import { ProductVariantSortKeys } from '@daffodil/driver/shopify'
The set of valid sort keys for the ProductVariant query.
enum ProductVariantSortKeys {
Id = ProductVariantSortKeys.Id,
Position = ProductVariantSortKeys.Position,
Relevance = ProductVariantSortKeys.Relevance,
Sku = ProductVariantSortKeys.Sku,
Title = ProductVariantSortKeys.Title,
}
Id ProductVariantSortKeys.Id |
---|
Sort by the |
Position ProductVariantSortKeys.Position |
---|
Sort by the |
Relevance ProductVariantSortKeys.Relevance |
---|
Sort by relevance to the search terms when the |
Sku ProductVariantSortKeys.Sku |
---|
Sort by the |
Title ProductVariantSortKeys.Title |
---|
Sort by the |