import { ShopifyCountPrecision } from '@daffodil/driver/shopify'
The precision of the value returned by a count field.
enum ShopifyCountPrecision {
AtLeast = ShopifyCountPrecision.AtLeast,
Exact = ShopifyCountPrecision.Exact,
}
AtLeast ShopifyCountPrecision.AtLeast |
|---|
The count is at least the value. A limit was reached. |
Exact ShopifyCountPrecision.Exact |
|---|
The count is exactly the value. |