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