AttributeOption
Defines an attribute option.
type AttributeOption = {
__typename?: 'AttributeOption'; /** The label assigned to the attribute option. */
label?: Maybe<Scalars['String']['output']>; /** The attribute option value. */
value?: Maybe<Scalars['String']['output']>;
};