GitHub

QuantityRule

The quantity rule for the product variant in a given context.

import { QuantityRule } from '@daffodil/driver/shopify'
type QuantityRule = {
    __typename?: 'QuantityRule';
    increment: Scalars['Int']['output'];
    maximum?: Maybe<Scalars['Int']['output']>;
    minimum: Scalars['Int']['output'];
}
Type Options
QuantityRule { __typename?: 'QuantityRule'; increment: Scalars['Int']['output']; maximum?: Maybe<Scalars['Int']['output']>; minimum: Scalars['Int']['output']; }