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