import { ShopifyProductSortKeys } from '@daffodil/driver/shopify'
The set of valid sort keys for the Product query.
enum ShopifyProductSortKeys {
BestSelling = ShopifyProductSortKeys.BestSelling,
CreatedAt = ShopifyProductSortKeys.CreatedAt,
Id = ShopifyProductSortKeys.Id,
Price = ShopifyProductSortKeys.Price,
ProductType = ShopifyProductSortKeys.ProductType,
Relevance = ShopifyProductSortKeys.Relevance,
Title = ShopifyProductSortKeys.Title,
UpdatedAt = ShopifyProductSortKeys.UpdatedAt,
Vendor = ShopifyProductSortKeys.Vendor,
}
BestSelling ShopifyProductSortKeys.BestSelling |
|---|
Sort by the |
CreatedAt ShopifyProductSortKeys.CreatedAt |
|---|
Sort by the |
Id ShopifyProductSortKeys.Id |
|---|
Sort by the |
Price ShopifyProductSortKeys.Price |
|---|
Sort by the |
ProductType ShopifyProductSortKeys.ProductType |
|---|
Sort by the |
Relevance ShopifyProductSortKeys.Relevance |
|---|
Sort by relevance to the search terms when the |
Title ShopifyProductSortKeys.Title |
|---|
Sort by the |
UpdatedAt ShopifyProductSortKeys.UpdatedAt |
|---|
Sort by the |
Vendor ShopifyProductSortKeys.Vendor |
|---|
Sort by the |