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