sailor icon indicating copy to clipboard operation
sailor copied to clipboard

Minify query strings

Open spawnia opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe.

Query strings could be printed more compactly by omitting some whitespace. This would shave off a few bytes from each request and make both transmission and parsing quicker.

Describe the solution you'd like

{
  foo(bar: "baz")
}
{foo(bar:"baz")}

Describe alternatives you've considered

Leave them pretty printed.

spawnia avatar Apr 13 '22 15:04 spawnia