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