GitHub

BaseCartLineAttributeArgs

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

Represents a cart line common fields.

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