GitHub

CartLineAttributeArgs

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

Represents information about the merchandise in the cart.

type CartLineAttributeArgs = {
    key: Scalars['String']['input'];
}