BaseCartLineAttributeArgs
Represents a cart line common fields.
import { BaseCartLineAttributeArgs } from '@daffodil/driver/shopify'
type BaseCartLineAttributeArgs = {
key: Scalars['String']['input'];
}
Type | Options |
---|---|
BaseCartLineAttributeArgs | {
key: Scalars['String']['input'];
} |