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