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