GitHub

ProductImageSortKeys

The set of valid sort keys for the ProductImage query.

import { ProductImageSortKeys } from '@daffodil/driver/shopify'
enum ProductImageSortKeys {
  CreatedAt = 'CREATED_AT',
  Id = 'ID',
  Position = 'POSITION',
  Relevance = 'RELEVANCE',
}