GitHub

ShopifyCount

Type

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

Details for count of elements.

interface ShopifyCount {
  __typename: "Count"
  count: number
  precision: ShopifyCountPrecision
}

Properties

__typename
"Count"
count
number

Count of elements.

precision
ShopifyCountPrecision

Precision of count, how exact is the value.