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