GitHub

ProductMediaSortKeys

import { ProductMediaSortKeys } from '@daffodil/driver/shopify'

The set of valid sort keys for the ProductMedia query.

enum ProductMediaSortKeys {
  Id = ProductMediaSortKeys.Id,
  Position = ProductMediaSortKeys.Position,
  Relevance = ProductMediaSortKeys.Relevance,
}

Properties

Id
ProductMediaSortKeys.Id

Sort by the id value.

Position
ProductMediaSortKeys.Position

Sort by the position value.

Relevance
ProductMediaSortKeys.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.