Invalid Syntax error when adding return fields for a working query.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Not to have invalid syntax error if query is correct.
Screenshots
Query working fine

Modified query - Invalid Syntax

Back to original query - Invalid Syntax

Desktop (please complete the following information): 2020.2.1

Additional context
Many thanks :)
It seems like it's the last thing entered with a downloaded schema, so this:
query {
currentUser
}
results in
{"query":"query {\n \n}"}
You can even just use the github graph to reproduce:
The current version of Insomnia is basically unusable for GraphQL. I am experiencing some syntax error in both queries and variables.
Version 2020.2.2 has been released and issues seem to be fixed :)
Many thanks! 馃憤
Most helpful comment
Version 2020.2.2 has been released and issues seem to be fixed :)
Many thanks! 馃憤