GitHub

CartLineAttributeArgs

Represents information about the merchandise in the cart.

import { CartLineAttributeArgs } from '@daffodil/driver/shopify'
type CartLineAttributeArgs = {
    key: Scalars['String']['input'];
}
Type Options
CartLineAttributeArgs { key: Scalars['String']['input']; }