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