import { ShopifyCollectionProductsArgs } from '@daffodil/driver/shopify'
A collection represents a grouping of products that a shop owner can create to organize them or make their shops easier to browse.
interface ShopifyCollectionProductsArgs {
after: string
before: string
filters: ShopifyProductFilter[]
first: number
last: number
reverse: boolean
sortKey: ShopifyProductCollectionSortKeys
}