GitHub

ShopifyArticleCommentsArgs

interface

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

An article in an online store blog.

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