import { ShopifyCount } from '@daffodil/driver/shopify'
Details for count of elements.
interface ShopifyCount {
__typename: "Count"
count: number
precision: ShopifyCountPrecision
}
__typename "Count" |
|---|
count number |
|---|
Count of elements. |
precision ShopifyCountPrecision |
|---|
Precision of count, how exact is the value. |