The set of valid sort keys for the Collection query.
import { CollectionSortKeys } from '@daffodil/driver/shopify'
enum CollectionSortKeys { Id = 'ID', Relevance = 'RELEVANCE', Title = 'TITLE', UpdatedAt = 'UPDATED_AT', }