GitHub

SellingPlanGroupSellingPlansArgs

Represents a selling method. For example, 'Subscribe and save' is a selling method where customers pay for goods or services per delivery. A selling plan group contains individual selling plans.

import { SellingPlanGroupSellingPlansArgs } from '@daffodil/driver/shopify'
type SellingPlanGroupSellingPlansArgs = {
    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']>;
}
Type Options
SellingPlanGroupSellingPlansArgs { 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']>; }