GitHub

ComponentizableCartLineAttributeArgs

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

Represents information about the grouped merchandise in the cart.

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