ComparableAttribute
Contains an attribute code that is used for product comparisons.
type ComparableAttribute = {
__typename?: 'ComparableAttribute'; /** An attribute code that is enabled for product comparisons. */
code: Scalars['String']['output']; /** The label of the attribute code. */
label: Scalars['String']['output'];
};