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