Strings containing various special chars such as \", \\, \newline, \return, \tab, \backspace and \formfeed need to be escaped otherwise graphql servers can't parse the query. This addresses escaping those characters. This change was tested against a server running Lacinia.
Strings containing various special chars such as
\"
,\\
,\newline
,\return
,\tab
,\backspace
and\formfeed
need to be escaped otherwise graphql servers can't parse the query. This addresses escaping those characters. This change was tested against a server running Lacinia.