Skip to content

Minify query strings #62

@spawnia

Description

@spawnia

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementA feature or improvement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions