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