GitHub

ShopifyBlogSortKeys

enum

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,
}

Properties

Handle
ShopifyBlogSortKeys.Handle

Sort by the handle value.

Id
ShopifyBlogSortKeys.Id

Sort by the id value.

Relevance
ShopifyBlogSortKeys.Relevance

Sort by relevance to the search terms when the query parameter is specified on the connection. Don't use this sort key when no search query is specified.

Title
ShopifyBlogSortKeys.Title

Sort by the title value.