GitHub

ProductVariantQuantityPriceBreaksArgs

A product variant represents a different version of a product, such as differing sizes or differing colors.

import { ProductVariantQuantityPriceBreaksArgs } from '@daffodil/driver/shopify'
type ProductVariantQuantityPriceBreaksArgs = {
    after?: InputMaybe<Scalars['String']['input']>;
    before?: InputMaybe<Scalars['String']['input']>;
    first?: InputMaybe<Scalars['Int']['input']>;
    last?: InputMaybe<Scalars['Int']['input']>;
}
Type Options
ProductVariantQuantityPriceBreaksArgs { after?: InputMaybe<Scalars['String']['input']>; before?: InputMaybe<Scalars['String']['input']>; first?: InputMaybe<Scalars['Int']['input']>; last?: InputMaybe<Scalars['Int']['input']>; }