gql
gql copied to clipboard
[BUG] Printer fails with string blocks
When a String is on format
"Lore ipsum
One
Two"
The query execution should valid due to "Invalid character on string literal" error appear, for fixing it the function visitStringValueNode should return the string in the right format like:
"Lore ipsum\nOne\nTwo"