CartDeliveryGroupCartLinesArgs
Information about the options available for one or more line items to be delivered to a specific address.
import { CartDeliveryGroupCartLinesArgs } from '@daffodil/driver/shopify'
type CartDeliveryGroupCartLinesArgs = {
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 |
---|---|
CartDeliveryGroupCartLinesArgs | {
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']>;
} |