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