Home > @vsf-enterprise/bigcommerce-api > GraphQL > TextFieldOption
# GraphQL.TextFieldOption type
Signature:
export declare type TextFieldOption = CatalogProductOption & {
__typename?: 'TextFieldOption';
defaultValue?: Maybe<Scalars['String']>;
minLength?: Maybe<Scalars['Int']>;
maxLength?: Maybe<Scalars['Int']>;
entityId: Scalars['Int'];
displayName: Scalars['String'];
isRequired: Scalars['Boolean'];
isVariantOption: Scalars['Boolean'];
};