import { ShopifyBlogArticlesArgs } from '@daffodil/driver/shopify'
An online store blog.
interface ShopifyBlogArticlesArgs {
after: string
before: string
first: number
last: number
query: string
reverse: boolean
sortKey: ShopifyArticleSortKeys
}