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