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