ORA-43424
The backslash character (\\) can only be used to escape the double quote character (") in the SQL argument of directives in the Oracle GraphQL syntax.
Cause
The backslash character is followed by a character other than the double quote character (") in the SQL argument of directives in the Oracle GraphQL syntax.
Action
Use the SQL syntax or remove the backslash character.