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