AttributeOptionMetadata
Base EAV implementation of CustomAttributeOptionInterface.
type AttributeOptionMetadata = CustomAttributeOptionInterface & {
__typename?: 'AttributeOptionMetadata'; /** Is the option value default. */
is_default: Scalars['Boolean']['output']; /** The label assigned to the attribute option. */
label: Scalars['String']['output']; /** The attribute option value. */
value: Scalars['String']['output'];
};