AttributeInput
The input fields for an attribute.
import { AttributeInput } from '@daffodil/driver/shopify'
type AttributeInput = {
key: Scalars['String']['input'];
value: Scalars['String']['input'];
}
Type | Options |
---|---|
AttributeInput | {
key: Scalars['String']['input'];
value: Scalars['String']['input'];
} |