GitHub

ProductVariantSellingPlanAllocationsArgs

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

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

type ProductVariantSellingPlanAllocationsArgs = {
    after?: InputMaybe<Scalars['String']['input']>;
    before?: InputMaybe<Scalars['String']['input']>;
    first?: InputMaybe<Scalars['Int']['input']>;
    last?: InputMaybe<Scalars['Int']['input']>;
    reverse?: InputMaybe<Scalars['Boolean']['input']>;
}