ConfigurableOptionAvailableForSelection
Describes configurable options that have been selected and can be selected as a result of the previous selections.
type ConfigurableOptionAvailableForSelection = {
__typename?: 'ConfigurableOptionAvailableForSelection'; /** An attribute code that uniquely identifies a configurable option. */
attribute_code: Scalars['String']['output']; /** An array of selectable option value IDs. */
option_value_uids: Array<Maybe<Scalars['ID']['output']>>;
};