AttributeSelectedOptions
type AttributeSelectedOptions = AttributeValueInterface & {
__typename?: 'AttributeSelectedOptions'; /** The attribute code. */
code: Scalars['ID']['output'];
selected_options: Array<Maybe<AttributeSelectedOptionInterface>>;
};