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