EnteredOptionInput
Defines a customer-entered option.
type EnteredOptionInput = {
uid: Scalars['ID']['input']; /** Text the customer entered. */
value: Scalars['String']['input'];
};Defines a customer-entered option.
type EnteredOptionInput = {
uid: Scalars['ID']['input']; /** Text the customer entered. */
value: Scalars['String']['input'];
};