ComplexTextValue
type ComplexTextValue = {
__typename?: 'ComplexTextValue'; /** Text that can contain HTML tags. */
html: Scalars['String']['output'];
};type ComplexTextValue = {
__typename?: 'ComplexTextValue'; /** Text that can contain HTML tags. */
html: Scalars['String']['output'];
};