AttributeValue
type AttributeValue = AttributeValueInterface & {
__typename?: 'AttributeValue'; /** The attribute code. */
code: Scalars['ID']['output']; /** The attribute value. */
value: Scalars['String']['output'];
};type AttributeValue = AttributeValueInterface & {
__typename?: 'AttributeValue'; /** The attribute code. */
code: Scalars['ID']['output']; /** The attribute value. */
value: Scalars['String']['output'];
};