GitHub

CartDeliveryGroupCartLinesArgs

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

Information about the options available for one or more line items to be delivered to a specific address.

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']>;
}