gql icon indicating copy to clipboard operation
gql copied to clipboard

[BUG] Printer fails with string blocks

Open sh1l0n opened this issue 10 months ago • 5 comments

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"

sh1l0n avatar Apr 03 '24 09:04 sh1l0n