How to escape double quote on product html description

I need to make a productUpdate mutation where i change the description of a product with another html one.

The problems appears when i have a html description like this :


 

How should i escape these 2 quotes because doesn’t work


 
1 Like