GitHub

ShopifyArticleCommentsArgs

Type

import { ShopifyArticleCommentsArgs } from '@daffodil/driver/shopify'

A post that belongs to a Blog. Each article includes content with optional HTML formatting, an excerpt for previews, ArticleAuthor information, and an associated Image.

Articles can be organized with tags and include SEO metadata. You can manage comments when the blog's comment policy enables them.

interface ShopifyArticleCommentsArgs {
  after: string
  before: string
  first: number
  last: number
  reverse: boolean
}