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